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.4.0.17128 (1.4.0)
Syntax
C# |
---|
public virtual string SavePath { get; set; } |
Visual Basic (Declaration) |
---|
Public Overridable Property SavePath As String |
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"