uptick / react-keyed-file-browser

Folder based file browser given a flat keyed list of objects, powered by React.
MIT License
301 stars 144 forks source link

Dropping in a folder gives raw file object, should give all nested files object to onCreateFiles #109

Closed ziaulrehman40 closed 3 years ago

ziaulrehman40 commented 4 years ago

onCreateFiles gets called with a file object with only folder name and some other attributes, which is not useable(as far as i know).

If a folder is dropped, all files in the folder should be returned, or some other way user should at-least be able to process the folder for the upload.

jlo-1 commented 3 years ago

Closing due to being fixed in https://github.com/uptick/react-keyed-file-browser/pull/110