Skip to main content
Topic: Stop the DROPZONE autoupload (Read 603 times) previous topic - next topic

Stop the DROPZONE autoupload

Already set
Code: [Select]
 autoProcessQueue: false,
in to false just to auto uploading to server.

What I need is, it will upload, once the form is successfully submitted, I have code in my JS to find the submit button but its not working, any ideas?

Code: [Select]
$('form').submit(function(){
       Dropzone.processQueue();
});

Thanks in Adv