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