events.restrictionFailed Property HTML5/Flash Uploader JavaScript

Supported technologies: Adobe Flash

Gets or sets an array of RestrictionFailed event handlers.

Syntax

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

Property Value

Type: $au.event

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

Remarks

This event fires when some restriction is triggered.

See Also

Reference