Gets or sets the path to the directory in which the uploaded files will be saved.

Namespace: ElementIT.UltimateUploader
Assembly: ElementIT.UltimateUploader (in ElementIT.UltimateUploader.dll) Version: 1.4.3.10526 (1.4.3)

Syntax

C#
public virtual string SavePath { get; set; }
Visual Basic
Public Overridable Property SavePath As String
	Get
	Set
Visual C++
public:
virtual property String^ SavePath {
	String^ get ();
	void set (String^ value);
}

Field Value

The save path.

Remarks

The path can be both relative and absolute

Examples

"~/Upload" or "E:\Data\MyUploads"

See Also