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.0.17128 (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