You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 18, 2020. It is now read-only.
Hi,
I am using <upload component to upload files.
for example: If I upload file a.txt it gets uploaded but If I try to upload same file again it does not get uploaded. onFileLoad event is not called second time.
How to fix the issue? It should allow uploading same file more than once.