material-ui-upload icon indicating copy to clipboard operation
material-ui-upload copied to clipboard

Can not upload file twice with same name

Open RupaliPatwa opened this issue 8 years ago • 1 comments

Hi, I am using <upload component to upload files. for example: If I upload file a.txt it gets uploaded but If I try to upload same file again it does not get uploaded. onFileLoad event is not called second time. How to fix the issue? It should allow uploading same file more than once.

RupaliPatwa avatar Sep 25 '17 13:09 RupaliPatwa

This issue is related to #8. This is because we use native file input under the hood, it should be re-rendered after some file was picked. I will try to figure out how to fix this properly

corpix avatar Oct 07 '17 19:10 corpix