Gets or sets the maximum size in bytes of the file that can be uploaded to the server.

Namespace:  UltimateUploader
Assembly:  UltimateUploader (in UltimateUploader.dll) Version: 1.4.0.0 (1.4.0)

Syntax

C#
public long MaxFileSize { get; set; }
Visual Basic (Declaration)
Public Property MaxFileSize As Long
Visual C++
public:
property long long MaxFileSize {
	long long get ();
	void set (long long value);
}

Field Value

The maximum size of the file.

See Also