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
I am using angular-file-upload v.2.5.0 and there is callback named onAfterAddingAll which is triggered only if some file was added to the queue. But if none file was added, the callback is not triggered. Is there any way to get callback like onAfterTryAddingAll which triggers after processing all files no matter if some file was added to the queue?
Regards,
Todt
The text was updated successfully, but these errors were encountered:
You could've use onWhenAddingFileFailed and in the callback you will have the item and the message . You can explore the Sample directory for more information
My goal is to aggregate errors. But if the user selects files that none was valid, then I do not receive a callback after that action and I can't determinate if adding to the queue was already processed or not.
Hi,
I am using
angular-file-upload v.2.5.0
and there is callback namedonAfterAddingAll
which is triggered only if some file was added to the queue. But if none file was added, the callback is not triggered. Is there any way to get callback likeonAfterTryAddingAll
which triggers after processing all files no matter if some file was added to the queue?Regards,
Todt
The text was updated successfully, but these errors were encountered: