I've spent pretty much almost a day to figure out this issue. I have created a feature in my project called "Add Product" and its working as I imagined it to. Whatsoever, I want users to be able to upload multiple images + all the input fields at once.
Basically, I want a user to fill in product title, description and all other fields, then select images for the product and when its all smacked up together, click submit and save the product.
I'm working Mean Stack and in my frontend which is Angular, managed to configure https://www.npmjs.com/package/angular-file-upload which works as it should for uploading images, whatsoever, I'm not sure how to make it with my original product form which users submits.
I've heard something about xhr2 and FormData but I'm a little bit lost now and could really use some help.
Thanks in advance, Alex