-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Canceling a File Upload #22
Comments
Hi! The Stay tuned ;-) |
Sorry for the confusion, I meant canceling the reading from the filesystem. Btw, I was using |
This is exactly what I was thinking of but I need to refactor how it's currently implemented. Moreover, if you select multiple files, do you expect the abortion to be on all the files or just the one currently read? |
In the UI, I was trying to achieve something like:
So, in my specific use case, it's better to have a file-by-file cancellation option. However, I don't know what is the common behavior of the similar libraries. |
Since it may take a while to upload big files, I want the users to be able to cancel it while it's uploading (i.e. before filePick output event triggered). Is there a way to send an event to the file picker directive to stop uploading?
The text was updated successfully, but these errors were encountered: