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
245 stars 86 forks source link

fix: upload same file multiple times #107

Closed ryanconry closed 1 year ago

ryanconry commented 1 year ago

Summary

Previously, a user could not upload the same file twice. Now, a user can upload the same file multiple times.

Key Changes

Check List

KarimMokhtar commented 1 year ago

Hi @ryanconry , Thanks for your contribution. but unfortunately, this PR not solving the problem. my suggestion is to add this line: event.target.value = null to the handleClick function

KarimMokhtar commented 1 year ago

solved #114