Gets or sets an array of RestrictionFailed event handlers.
$au.uploader({Get/Set Value at Runtime
events: {
//...other params...
restrictionFailed: [],
//...other params...
}
})
$au.uploader('uploaderID').events().restrictionFailed(value);
value = $au.uploader('uploaderID').events().restrictionFailed();
Type: $au.event
The string containing the name of RestrictionFailed event handler or an array of handler names.
This event fires when some restriction is broken.