I want to use dropzone to allow users to drag and drop file in, but I don't want dropzone to actually upload the files at any point. How do I disable this functionality in dropzone?
Check out the autoProcessQueue setting in dropzone config
When set to false you have to call myDropzone.processQueue() yourself in order to upload the dropped files.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With