POST api/Movies/UploadFileLocalServer?mapPath={mapPath}&path={path}&fileName={fileName}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
mapPath

string

Required

path

string

Required

fileName

string

Required

Body Parameters

HttpPostedFile
NameDescriptionTypeAdditional information
FileName

string

None.

ContentType

string

None.

ContentLength

integer

None.

InputStream

Stream

None.

Request Formats

application/json, text/json, application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>

text/javascript, application/javascript, application/json-p

Sample:
/**/ typeof  === 'function' && (true);