[]
Uploads file with the specified path.
public IHttpActionResult UploadFile(string path, UploadRequest re, string subpath = null)
Type | Name | Description |
---|---|---|
string | path | The path which the uploaded file is put. |
UploadRequest | re | The upload request. |
string | subpath | The file name |
Type | Description |
---|---|
IHttpActionResult | The result. |