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