After upload method after uploading multiple files using frappe.ui.FileUploader class

Hi,
is there a way to run a custom method after import of multiple files using the frappe.ui.FileUploader class.
There is the on_success method but it’s runned after each file upload and it does not fit my use case

Thanks