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.6.0.18556 (1.6.0)
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); } |