Simple-Ajax-Uploader
Simple-Ajax-Uploader copied to clipboard
Simultaneous uploads when autoSubmit = false
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.
Seems that you can use multiple instance of SimpleUpload
and trigger them one by one by your code.