KaxUploadMaxFileSize Property |
Gets or sets the maximum file size allowed for uploading in bytes.
Namespace: Kettic.AspNet.ControlsAssembly: 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; }
<PersistenceModeAttribute(PersistenceMode.Attribute)>
Public Overridable Property MaxFileSize As Integer
Get
Set
public:
[PersistenceModeAttribute(PersistenceMode::Attribute)]
virtual property int MaxFileSize {
int get ();
void set (int value);
}
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
abstract MaxFileSize : int with get, set
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
override MaxFileSize : int with get, set
Property Value
Type:
Int32The default value is
0 (unlimited).
Remarks Set this property to 0 in order to prevent the file size checking.
See Also