events.afterUpload Property HTML5/Flash Uploader JavaScript

Supported technologies: Adobe FlashHTML 5

Gets or sets an array of AfterUpload event handlers.

Syntax

JavaScript Initialize
$au.imageUploaderFlash({
    events: {
        //...other params...
        afterUpload: [],
        //...other params...
    }
})
Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').events().afterUpload(value);
value = $au.imageUploaderFlash('uploaderID').events().afterUpload();

Property Value

Type: $au.event

The string containing the name of AfterUpload event handler or an array of handler names.

Remarks

This event fires after a successful upload.

Parameters

response
HTML code of the page returned from the server-side upload script.

See Also

Reference

Manual