FRAMES | NO FRAMES | Description | Parameters | Request | Response |
URL: | http://server:port/arcgis/admin/uploads/upload |
---|---|
HTTP Method: | POST (Multipart) |
Parent Resource: | Uploads |
Required Privileges: | Publisher or Administrator |
Uploads a new item to the server. Once the operation is completed successfully, the JSON structure of the uploaded item is returned.
Parameter | Description |
---|---|
itemFile | The file to be uploaded |
description | An optional description for the uploaded item |
f | The response format. The default response format is html. Values: html | json |
http://server:port/arcgis/admin/uploads/upload itemFile=<multipart_post_file> description=<description>
{ "status": "success", "item": <item> }