felixrieseberg / React-Dropzone-Component

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

how to set inital files #227

Open tahagur opened 3 years ago

tahagur commented 3 years ago

Hello

how to set file list set open component.

AlexBSoft commented 1 year ago

Searching for the same question

YaroslavElromco commented 2 months ago

You need simply call addFile method from your dropzone object // somewhere in use effect myDropzone?.addFile(it);