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
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
Hello @Steven_Athouel,
Did you find a solution to this? I’m facing the same problem