The restrictions type exposes the following properties.
Name | Description | |
---|---|---|
![]() |
fileMask | Gets or sets a file mask for the files which are allowed to be uploaded. |
![]() |
maxFileCount | Gets or sets a maximum number of files allowed for upload per one session. |
![]() |
maxFileSize | Gets or sets a maximum file size allowed for upload to the server. |
![]() |
maxImageHeight | Gets or sets a maximum image height allowed for upload. |
![]() |
maxImageWidth | Gets or sets a maximum image width allowed for upload. |
![]() |
maxTotalFileSize | Gets or sets a maximum total file size allowed for upload. |
![]() |
minFileCount | Gets or sets a minimum number of files allowed for upload per one session. |
![]() |
minFileSize | Gets or sets a minimum file size allowed for upload. |
![]() |
minImageHeight | Gets or sets a minimum image height allowed for upload. |
![]() |
minImageWidth | Gets or sets a minimum image width allowed for upload. |