The maximum individual file size allowed (in kilobytes).
Syntax
Visual Basic (Declaration) | |
---|
<DartDescriptionAttribute("The maximum individual file size allowed (in kilobytes). When set to 0, all file sizes are allowed, up to the limit imposed by ASP.NET.")>
<DefaultValueAttribute()>
Public Property MaxFileSize As Long |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As UploadManager
Dim value As Long
instance.MaxFileSize = value
value = instance.MaxFileSize |
Property Value
The default value is 0.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also