bleenco / ngx-uploader

Angular File Uploader
https://ngx-uploader.jankuri.me
MIT License
755 stars 348 forks source link

Upload same file multiple times ignores subsequent upload #533

Open zombaki opened 3 years ago

zombaki commented 3 years ago

When i am trying to upload same file multiple times, ngx-uploader seems to ignore upload the 2nd time. scenario :-

Not able to figure out how to fix this issue.

stephanebouget commented 2 years ago

duplicate #423

zombaki commented 2 years ago

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

stephanebouget commented 2 years ago

@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/>

https://github.com/bleenco/ngx-uploader/issues/423#issuecomment-367224926