ParaImageService.UploadImage

Declaration

public static void UploadImage(string path, Action<string> callback)

Parameters

Parameter NameParameter Description
pathLocal device path to the image to be uploaded
callbackCallback 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.