SmartFoxHttpUploadURI Property |
Returns the HTTP URI that can be used to upload files to SmartFoxServer 2X, using regular HTTP POST.
Namespace:
Sfs2X
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public string HttpUploadURI { get; }
Property Value
Type:
StringRemarks
For more details on how to use this functionality, see the
Upload File tutorial.
NOTE: this property returns
null if no API configuration has been set or the current user is not already logged in the server.
See Also