felixrieseberg / React-Dropzone-Component

:camera: ReactJS Dropzone for File Uploads (using Dropzone.js)
MIT License
1k stars 153 forks source link

image uplode with form submit all in once #189

Open bigfootuse opened 6 years ago

bigfootuse commented 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

0x111 commented 5 years ago

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.