DHTMLX Docs & Samples Explorer

onUploadCancel

Occurs when the user cancels uploading of a file (clicks on button ).

Parameters:

  • realName - the real name of the file (as it's displayed in the control)
myform.attachEvent("onUploadCancel", function (realName){
    //any custom logic here
});