Uploading file multiple times with more than maxfileSize is not working. #893
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
First time method "onWhenAddingFileFailed" is getting called and then does not call next time when same file is uploaded again. here is code which I am using for file upload with ng2 file upload
I am also facing the same issue. File validation is not triggered if I re-upload same file with same name.
For example: If I am uploading file - test.png; validation (onWhenAddingFileFailed) triggers. However, if I re-upload test.png validation do not trigger.
I think it is related to #871 . Not tested it yet. Will update once I test it.
Best regards.