odysseyscience/react-s3-uploader

Cannot upload same image multiple times

Open

#168 aperta il 28 feb 2018

Vedi su GitHub
 (4 commenti) (2 reazioni) (0 assegnatari)JavaScript (243 fork)batch import
enhancementhelp wanted

Metriche repository

Star
 (828 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor