Gets or sets the maximum file size allowed for uploading in bytes.
Namespace: Telerik.WebControls
Assembly: RadUpload (in RadUpload.dll)
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property MaxFileSize As Integer |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As RadUpload
Dim value As Integer
instance.MaxFileSize = value
value = instance.MaxFileSize
|
| C# | |
|---|
public int MaxFileSize {get; set;} |
Return Value
The default value is
0 (unlimited).
Remarks
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also