Hi,
I use Upload to select multiple files. I don't want to use web services to process the upload, so my code for Upload creation looks like this:
$('#uploader').kendoUpload({ async: { saveUrl: "notNeeded", removeUrl: "notNeeded", autoUpload: false }});When I select some files, there is a list of the selected files. Under the list there are buttons Clear and Upload.
I want to perform some action when Clear is clicked, but I don't know how to detect it.
Listening to "remove" event did not help.
Thanks for the answers,
Boris
dddd