Restrictions Properties HTML5/Flash Uploader ASP.NET

The Restrictions type exposes the following members.

Properties

Name Description
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.

See Also

Reference