Light and simple Reactjs drag and drop files library to use with very flexible options to change, so you put whatever the design you want for your drop-area. Users can drag and drop or even select the file anywhere in the window.
MIT License
248
stars
91
forks
source link
Show "Uploading" message, and setUploaded manually #125
My app does upload file to the backend after dragging the files to to component, I want it to show an "uploading" message first, and I want to be able to use setUploaded in my app after finish uploading to the backend.
My app does upload file to the backend after dragging the files to to component, I want it to show an "uploading" message first, and I want to be able to use setUploaded in my app after finish uploading to the backend.
my app