Gets or sets the maximum size in bytes of the file that can be uploaded to the server.
Namespace: ElementIT.UltimateUploaderAssembly: ElementIT.UltimateUploader (in ElementIT.UltimateUploader.dll) Version: 1.4.3.10526 (1.4.3)
Syntax
C# |
---|
public long MaxFileSize { get; set; } |
Visual Basic |
---|
Public Property MaxFileSize As Long Get Set |
Visual C++ |
---|
public: property long long MaxFileSize { long long get (); void set (long long value); } |