We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
duplicate #423
Sorry, something went wrong.
@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/>
#fileInput (click)="fileInput.value = ''"
<input/>
#423 (comment)
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: