FRAMES | NO FRAMES Description | Parameters | Request | Example
URL:http://server:port/arcgis/admin/uploads/<itemID>/uploadPart
HTTP Method:POST (Multipart)
Parent Resource:Item
Required Privileges:Publisher or Administrator

Description

Uploads one part of an item. Before invoking this operation, you need to invoke the Register Item operation to reserve your item.

After you have uploaded all the parts required to make the item, you need to consolidate all your parts by invoking the Commit Item operation.

Parameters

Parameter Description
partNumber An integer value associated with the part.
partFile The file for the part being uploaded.
f The response format. The default response format is html.
Values: html | json

Request Format

			
	http://server:port/arcgis/admin/uploads/uploadPart
	partNumber=<number>
	partFile=<multipart_post_file>
			

Example

			
	http://server:port/arcgis/admin/uploads/uploadPart
	partNumber=3
	partFile=Seattle.sd.3