Get the default upload path of the embedded webserver.


The http address of the default folder in which files are uploaded.

Since:
SmartFoxServer Pro v1.5.0
Version:
SmartFoxServer Pro

The following example shows how to get the default upload path.
CopyC#

string path = smartFox.GetUploadPath();