Intersoft ClientUI Documentation
MaxFileSize Property



Gets or sets the maximum size of a single file allowed to upload.
Syntax
<ScriptableMemberAttribute()>
<CategoryAttribute("Common Properties")>
<TypeConverterAttribute("Intersoft.Client.Framework.LongTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")>
Public Property MaxFileSize As Long
Dim instance As UXFileUpload
Dim value As Long
 
instance.MaxFileSize = value
 
value = instance.MaxFileSize
[ScriptableMemberAttribute()]
[CategoryAttribute("Common Properties")]
[TypeConverterAttribute("Intersoft.Client.Framework.LongTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
public long MaxFileSize {get; set;}
[ScriptableMemberAttribute()]
[CategoryAttribute("Common Properties")]
[TypeConverterAttribute("Intersoft.Client.Framework.LongTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
public:
property int64 MaxFileSize {
   int64 get();
   void set (    int64 value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXFileUpload Class
UXFileUpload Members

Send Feedback