fires when an image was uploaded incorrectly
name | string | the identification name. Used for referring to item |
extra | mixed | user-defined extra data |
myForm.attachEvent("onImageUploadFail", function(name, extra){
// your code here
});
added in version 5.1
Back to top