POST Api/File/UploadChunkBase64
请求信息
URI 参数
None.
Body 参数
UploadChunkParameter名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
fileName | string |
None. |
|
fileContent | string |
None. |
|
chunkIndex | integer |
None. |
|
totalChunks | integer |
None. |
请求格式
application/json, text/json
Sample:
{ "fileName": "sample string 1", "fileContent": "sample string 2", "chunkIndex": 3, "totalChunks": 4 }
application/xml, text/xml
Sample:
<UploadChunkParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UDenCloudProject.Model.ParameterModels"> <chunkIndex>3</chunkIndex> <fileContent>sample string 2</fileContent> <fileName>sample string 1</fileName> <totalChunks>4</totalChunks> </UploadChunkParameter>
application/x-www-form-urlencoded
Sample:
Sample not available.
响应信息
资源描述
IHttpActionResultNone.
响应格式
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.