Open vsc-cnst opened 4 months ago
I am also experiencing this issue
To fix this, the input[type=file]
element's value needs to be cleared after every upload.
One way to do this is to handle the onAfterAddingFile
event of the FileUploader
and set the input[type=file]
element's value to ''
using the Renderer2.setProperty
on the input[type=file] ElementRef
.
In single file mode, after deleting the selected file, it is not possible to select a file with the same name.
Reprosteps
As provided in the example at https://valor-software.com/ng2-file-upload/