POST api/ImageBrowser
Request Information
URI Parameters
None.
Body Parameters
FileManagerUploadName | Description | Type | Additional information |
---|---|---|---|
path | string |
None. |
|
file | HttpPostedFile |
None. |
Request Formats
application/json, text/json
Sample:
{ "path": "sample string 1", "file": null }
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.