I need to create an Ember component to select a file. My page will include multiple \"upload component\"
I have read a post trying to implement that: (https://stackoverf
Marek Fajkus you cannot use JQuery's .serialize, it makes no mention of file uploads in the documentation at JQuery UI docs
However, you could use JQuery Upload Plugin
Actually it does mention it, it says: ". Data from file select elements is not serialized."