You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/
The text was updated successfully, but these errors were encountered: