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 was archived by the owner on Apr 8, 2026. It is now read-only.
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.