Is there an event that raises when clicking the remove file cross ?
I need to check which file needs a confirm windows to be deleted.
Thanks
Is there an event that raises when clicking the remove file cross ?
I need to check which file needs a confirm windows to be deleted.
Thanks
You can attach theonBeforeDelete
event to the uploader’s DataCollection (available asuploader.files
):