POST api/upload/batch
Request Information
URI Parameters
None.
Body Parameters
Collection of HttpPostedFileBase| Name | Description | Type | Additional information |
|---|---|---|---|
| ContentLength | integer |
None. |
|
| ContentType | string |
None. |
|
| FileName | string |
None. |
|
| InputStream | Stream |
None. |
Request Formats
application/json, text/json
Sample:
Sample not available.
Response Information
Resource Description
UploadFilesDto| Name | Description | Type | Additional information |
|---|---|---|---|
| FilePaths | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{
"FilePaths": [
"sample string 1",
"sample string 2"
]
}