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
With Remix.js: click to select works, but not drag-and-drop (gives empty file) #142
I'm trying to use
FileUploader
with Remix.js. Selecting files in dialog works fine, but drag and drop submits this to my Remix.jsaction
:My code
Any ideas why?