Skip to main content

ASPxClientUploadControlValidationSettings Members

Contains settings that relate to the ASPxClientUploadControl.ValidationErrorOccurred client event.

#Properties

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