Click or drag to resize
KaxUploadMaxFileSize Property
Gets or sets the maximum file size allowed for uploading in bytes.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[PersistenceModeAttribute(PersistenceMode.Attribute)]
public virtual int MaxFileSize { get; set; }

Property Value

Type: Int32
The default value is 0 (unlimited).
Remarks
Set this property to 0 in order to prevent the file size checking.
See Also