This repository was archived by the owner on May 25, 2023. It is now read-only.
This repository was archived by the owner on May 25, 2023. It is now read-only.
Callback after bulk delete #3657
Open
Description
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.