-
Notifications
You must be signed in to change notification settings - Fork 2
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
id of files are sometime same - bug #25
Comments
The file id property needs to be changed as request id, because the file id you get as output event is for the request that you set in input options, that will be fixed in next release. |
Thats nice. |
@jayprajapati857 Any updates in this? |
Yes it's resolved and will update soon. |
Hi, @pishangujeniya I went through the problem you mentioned, Why the id of the files are the same is because we wanted to upload multiple at a single request, and that's why I have given the file id to the same ids, from now on you can check that the file ids are replaced with request id so there won't be any confusion more. that will be fixed soon and published. |
With this reply, it seems that your boundary for the purpose is not clearly implemented, as files are individual but request is same, so I suggest, have different file id, but have request id mapped same for all those file ids which are going to be uploaded in single request. |
Id of files are sometimes same and that is the reason cancel upload is cancelling multiple same files.
How can it be solved?
https://www.npmjs.com/package/angular-uuid
Use thisThe text was updated successfully, but these errors were encountered: