Declaration
public static void UploadImage(string path, Action<string> callback)
Parameters
Parameter Name | Parameter Description |
---|---|
path | Local device path to the image to be uploaded |
callback | Callback function. If the image is uploaded successfully, it returns the URI of the image in the cloud. Otherwise, it returns null. |
Description
Uploads an image.