DHTMLX Docs & Samples Explorer

onUploadFail

Occurs when the file upload failed.

Parameters:

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