Click or drag to resize
UploaderValidateOptionMaxSizeKB Property
Gets or sets the maximum allowed size of the file, in KB.

Namespace: CuteWebUI
Assembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll) Version: 4.0.0.0
Syntax
public int MaxSizeKB { get; set; }

Property Value

Type: Int32
The size of the file.
See Also