POST api/upload/batch

Request Information

URI Parameters

None.

Body Parameters

Collection of HttpPostedFileBase
NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional information
FilePaths

Collection of string

None.

Response Formats

application/json, text/json

Sample:
{
  "FilePaths": [
    "sample string 1",
    "sample string 2"
  ]
}