POST api/Movies/UploadFileLocalServer?mapPath={mapPath}&path={path}&fileName={fileName}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| mapPath | string |
Required |
|
| path | string |
Required |
|
| fileName | string |
Required |
Body Parameters
HttpPostedFile| Name | Description | Type | Additional 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
booleanResponse 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);