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 has been archived by the owner on May 25, 2023. It is now read-only.
If you want to implement a bulk deletion trigger yourself, you could do so by making use of the above events and some shared state to see if any destroy request are in progress, similar to how the start/stop callbacks in the core library are implemented:
Bulk delete implementation simply looks up delete buttons of selected items in file list and triggers click on them.
https://github.com/blueimp/jQuery-File-Upload/blob/master/js/jquery.fileupload-ui.js#L638
Would be great if the delete requests get tracked and an event gets fired after bulk deletion completes.
Usecase is reloading of some parts of the page after bulk delete.
The text was updated successfully, but these errors were encountered: