Click or drag to resize

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
C#
public string HttpUploadURI { get; }

Property Value

Type: String
Remarks
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