UploaderValidateOptionMaxSizeKB Property |
Gets or sets the maximum allowed size of the file, in KB.
Namespace: CuteWebUIAssembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll) Version: 4.0.0.0
Syntaxpublic int MaxSizeKB { get; set; }
Public Property MaxSizeKB As Integer
Get
Set
Property Value
Type:
Int32The size of the file.
See Also