Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upload same file multiple times ignores subsequent upload #533

Open
zombaki opened this issue May 25, 2021 · 3 comments
Open

Upload same file multiple times ignores subsequent upload #533

zombaki opened this issue May 25, 2021 · 3 comments

Comments

@zombaki
Copy link

zombaki commented May 25, 2021

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.

@stephanebouget
Copy link

duplicate #423

@zombaki
Copy link
Author

zombaki commented Mar 23, 2022

@stephanebouget this issue was when we try to upload same file multiple times ..or rather files with same file name

@stephanebouget
Copy link

@stephanebouget this issue was when we try to upload same file multiple times ..or rather files with same file name

yes it's the same issue, just add :
#fileInput (click)="fileInput.value = ''"
on your : <input/>

#423 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants