Intersoft ClientUI Documentation
MaxUploadSize Property



Gets or sets the maximum size of all files allowed a single upload session.
Syntax
<CategoryAttribute("Common Properties")>
<ScriptableMemberAttribute()>
<TypeConverterAttribute("Intersoft.Client.Framework.LongTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")>
Public Property MaxUploadSize As Long
Dim instance As UXFileUpload
Dim value As Long
 
instance.MaxUploadSize = value
 
value = instance.MaxUploadSize
[CategoryAttribute("Common Properties")]
[ScriptableMemberAttribute()]
[TypeConverterAttribute("Intersoft.Client.Framework.LongTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
public long MaxUploadSize {get; set;}
[CategoryAttribute("Common Properties")]
[ScriptableMemberAttribute()]
[TypeConverterAttribute("Intersoft.Client.Framework.LongTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
public:
property int64 MaxUploadSize {
   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