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

Simultaneous uploads when autoSubmit = false #180

Open cstapetrei opened 7 years ago

cstapetrei commented 7 years ago

Hello! More of a question than an issue:

I'm using the dropzone functionality for multiple simultaneous uploads with autoSubmit=false. Is there a way when clicking a button (form submit for example) to trigger all uploads at once ? At the moment submit() only starts one file.

I've managed to trigger one upload after another in the onComplete handler.

Thanks.

phy25 commented 7 years ago

Seems that you can use multiple instance of SimpleUpload and trigger them one by one by your code.