Open bigfootuse opened 6 years ago
hello
I have a problem with image upload in the drop zone
in I have to upload all image and form data on form submit so how can I do that
Well, from my perspective, I would set autoProcessQueue to false and then after form validation or whenever you would like to, just call the processQueue() method on the dropzone element.
autoProcessQueue
processQueue()
hello
I have a problem with image upload in the drop zone
in I have to upload all image and form data on form submit so how can I do that