ASPxClientUploadControlValidationSettings Properties
Contains settings that relate to the ASPxClientUploadControl.ValidationErrorOccurred client event.| Name | Description |
|---|---|
| allowedFileExtensions | Gets the allowed file extensions. |
| invalidFileNameCharacters | Gets which characters in a file name are not allowed. |
| maxFileCount | Gets the maximum count of files that can be selected for uploading at once. |
| maxFileSize | Gets the maximum file size. |
See Also