Stop the DROPZONE autoupload
Already set 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?
$('form').submit(function(){
Dropzone.processQueue();
});
Thanks in Adv