m-inan / react-upload-gallery

React for Upload Image Gallery. Sorted by drag & drop and Customizable
MIT License
78 stars 44 forks source link

multiple files #12

Closed alanRiveros closed 4 years ago

alanRiveros commented 4 years ago

Hi, I've noticed that in the new release '0.1.1' when I select multiple files on dialog in the gallery just show the last, in the previous version '0.1.0' this feature work normally thankyou

khanhpro9889 commented 4 years ago

Same issue, please help, I am doing my graduation project. thanks

ivantoniev-daughter commented 4 years ago

It looks like it's this line that broke it https://github.com/m-inan/react-upload-gallery/commit/0d2b03b462843054ba39c530ea63c363db70c7c2#diff-7556efc3eec1e2ccd1fb993ad571196eR433. The commit states "Upload the same file multiple times" but I'm not sure how that'd work unless you reopen the file selector multiple times.

Update: I guess it was to fix this https://github.com/m-inan/react-upload-gallery/issues/10

ivantoniev-daughter commented 4 years ago

@m-inan Thanks for sorting this out 🙂

alanRiveros commented 4 years ago

Thanks =D