odysseyscience/react-s3-uploader
Auf GitHub ansehenCannot upload same image multiple times
Open
#168 geöffnet am 28. Feb. 2018
enhancementhelp wanted
Repository-Metriken
- Stars
- (828 Stars)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
I have a case in which i upload an image with react-s3-uploader. Then the users deletes it. And wants to reupload same photo.
The input field does not detect a change if the same file is selected.
The fix i used is the following:
this.uploadInput.value=null where uploadInput if the ref to the react component.
StackOverflow issue here : https://stackoverflow.com/questions/39484895/how-to-allow-input-type-file-to-select-the-same-file-in-react-component/40429197