LPology / Simple-Ajax-Uploader

Javascript file upload plugin with progress bar support. Works in all major browsers, including IE7+, Chrome, Firefox, Safari, and Opera. No dependencies - use it with or without jQuery.
995 stars 267 forks source link

Upload multiple files in one request #213

Open JerryBian opened 6 years ago

JerryBian commented 6 years ago

Maybe I missed something, but is this possible?

I set multipleSelect and multiple to true, as the request happens in Network of Chrome, I see two XHR request sent out as I selected two files.

markusramsak commented 5 years ago

Your selected files are processed one after another in their own ajax request.

JerryBian commented 5 years ago

@markusramsak Yeah, seems not possible.