Angular 7 : How do I submit file/image along with my reactive form?
问题 I have created simple reactive form with text input and when form is being submitted I want to pass along image from file input. Every time I google I get tutorials, where they show me how I can upload file, but it is being done without other input field. I understand how to do that, what I don't understand how to submit both my form along with file input in one submission. In my scenario, am I not supposed to user reactive forms and instead simple new FormData() and append every input into