Check documentation for the latest version of dhtmlxSuite onImageUploadFail DHTMLX Docs

onImageUploadFail

fires when an image was uploaded incorrectly

void onImageUploadFail(string name,mixed extra);
namestringthe identification name. Used for referring to item
extramixeduser-defined extra data

Example

myForm.attachEvent("onImageUploadFail", function(name, extra){
    // your code here
});

See also
Change log

added in version 5.1

Back to top