Skip to main content
A newer version of this page is available. .

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