RadUpload for ASP.NET

RadUpload Send comments on this topic.
MaxFileSize Property
See Also 
Telerik.WebControls Namespace > RadUpload Class : MaxFileSize Property


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

Set this property to 0 in order to prevent the file size checking.

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