When i am trying to upload same file multiple times, ngx-uploader seems to ignore upload the 2nd time. scenario :- - https://ngx-uploader.com/ - upload file test.jpg - upload successful - upload file test.jpg (same file) - no change in browser(file is not uploaded) - upload file test_different.jpg (different file) - upload successful - upload file test.jpg - upload successful Not able to figure out how to fix this issue.