Gets or sets the path to the directory in which the uploaded files will be saved.
Namespace: ElementIT.UltimateUploaderAssembly: ElementIT.UltimateUploader (in ElementIT.UltimateUploader.dll) Version: 1.6.0.18556 (1.6.0)
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"