imageUploaderFlash.restrictions Property HTML5/Flash Uploader JavaScript

Supported technologies: Adobe Flash

Gets a restrictions object configuring upload restrictions.

Syntax

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

Property Value

Type: $au.restrictions

The upload restrictions.

Remarks

Note

All limitations specified here are checked client-side, so you should not interpret them as a reliable protection. A potentially malicious user can bypass all these limitations (by emulating HTML5/Flash Uploader). That is why it is highly recommended to implement server-side verification of uploaded files in addition to restrictions properties.

In other words, all limitation features discussed in this topic should be used solely for the convenience of the user. They should not be interpreted as a serious protection measure from malicious users.

See Also

Reference

Manual