felixrieseberg / React-Dropzone-Component

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

Set images dynamically in dropzone component #128

Open adarshks opened 7 years ago

adarshks commented 7 years ago

Hey, Iam using the React -Dropzone-Component in my react-redux project. and i am using that in my form to upload images, and it is working fine. But the problem started when i wanted to edit that form after submiting , when i am trying to edit the form i have the URLs of images which is saved in the server , how can i display those images in the dropzone component. Could anyone help me??

Raman16 commented 7 years ago

Hi..Did you got the solution???

aseroj commented 6 years ago

@adarshks @felixrieseberg Any solutions to this situation ? please provide a working example. Thanks