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
Proposition to add the callback which fired after remove a single file from the queue.
Callbacks:
onAfterAddingFile function(item) {: Fires after adding a single file to the queue.
onAfterRemoveFile function(item) {: Fires after remove a single file from the queue.