fires when the user cancels uploading of a file (clicks the button ).
realName | string | the real name of the file (as it's displayed in the control) |
myForm.attachEvent("onUploadCancel", function (realName){
// your code here
});
Back to top