restrictions Members HTML5/Flash Uploader JavaScript

The restrictions type exposes the following members.

Properties

NameDescription
Public property deniedFileMask Gets or set a file mask for the files that are denied to be uploaded.
Public property enableCmyk Gets or set a value specifying whether the user is allowed to select CMYK images for the uploading.
Public property fileMask Gets or sets a file mask for files allowed for upload.
Public property maxFileCount Gets or sets a maximum number of files allowed for upload per one session.
Public property maxFileSize Gets or sets a maximum file size allowed for upload to the server.
Public property maxImageHeight Gets or sets a maximum image height allowed for upload.
Public property maxImageWidth Gets or sets a maximum image width allowed for upload.
Public property maxTotalFileSize Gets or sets a maximum total file size allowed for upload.
Public property minFileCount Gets or sets a minimum number of files allowed for upload per one session.
Public property minFileSize Gets or sets a minimum file size allowed for upload.
Public property minImageHeight Gets or sets a minimum image height allowed for upload.
Public property minImageWidth Gets or sets a minimum image width allowed for upload.