You have to set autoProcessQueue to false, check this link
http://stackoverflow.com/questions/21232444/dropzone-js-onclick-submit-file-upload
Hi,
I have a form where an admin can create an event /event/create. The event has details such as address and title etc and they are also allowed to upload a banner image and then down below they can upload attachments.
Im considering using dropzonejs for the multiple attachment upload. Hoover i would like to know if its possible to queue up the attachments and only upload them when the entire form is submitted. Otherwise id have the issue of using a dropzone form within the outer form and also storing attachments before the rest of the resource has been created. Im basically asking if its possible to use dropzone so the user can temporarily see what will be uploaded and make adjustments like remove or add instead of being uploaded straight away.
My use case for dropzone was to allow a user to see the multiple files they are about to upload and also make edits like remove and in the future i want an edit page so they can see the attachments pre populated and remove existing ones or add new ones. Can i still achieve this?
Please or to participate in this conversation.