KarimMokhtar / react-drag-drop-files

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

Do not allow files from zip folder that have not been extracted #69

Closed anthony-fdez closed 2 years ago

anthony-fdez commented 2 years ago

When adding a file from inside a zip folder it comes with 0 bytes in size, so there is really no file and it can't be used.

image

KarimMokhtar commented 2 years ago

@anthony-fdez Excuse me, but how you were able to upload a file from inside a zip file?

anthony-fdez commented 2 years ago

@KarimMokhtar In windows just double click the zip to open it, then drag and drop the file from within the zip into the <FileUploader />

anthony-fdez commented 2 years ago

@KarimMokhtar any updates on this?

anthony-fdez commented 2 years ago

Looks like this project won't be maintained any time soon.

Its a good library tho, this was the only issue I ever had with it.