SmartFoxServer Unity/.NET API
GetUploadPath Method
NamespacesSmartFoxClientAPISmartFoxClientGetUploadPath()()()
Get the default upload path of the embedded webserver.
Declaration Syntax
C#Visual BasicVisual C++
public string GetUploadPath()
Public Function GetUploadPath As String
public:
String^ GetUploadPath()
Return Value
The http address of the default folder in which files are uploaded.
Remarks

Since:
SmartFoxServer Pro v1.5.0

Version:
SmartFoxServer Pro

Examples
The following example shows how to get the default upload path.
CopyC#
string path = smartFox.GetUploadPath();
See Also

Assembly: SmartFoxClient (Module: SmartFoxClient) Version: 1.2.4.0 (1.2.4.0)