This documentation is for the old version. Go to the latest Upload Suite docs

Uploader.Restrictions Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets upload restrictions.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public ReadOnly Property Restrictions As Restrictions
C#
public Restrictions Restrictions { get; }

Property Value

Type: Aurigma.ImageUploader.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 Image 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