[]
        
(Showing Draft Content)

C1.Web.Api.Storage.StorageController.UploadFile

UploadFile Method

UploadFile(string, UploadRequest, string)

Uploads file with the specified path.

Declaration
public IHttpActionResult UploadFile(string path, UploadRequest re, string subpath = null)
Parameters
Type Name Description
string path

The path which the uploaded file is put.

UploadRequest re

The upload request.

string subpath

The file name

Returns
Type Description
IHttpActionResult

The result.