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

Namespace: ElementIT.UltimateUploader
Assembly: 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);
}

Field Value

The maximum size of the file.

See Also