FRAMES | NO FRAMES Description | Parameters | Examples | Response
Upload Blob Data (Operation)
URL http://<extended-properties-url>/<tableName>/<recordId>/uploadBlob
Parent Resource Extended Properties

Description

Uploads the contents of a file into a blob-typed field of an extended property record.

A special HTTP POST request must be made in order to properly upload a file. The request must be a multi-part request as per IETF RFC1867.

Parameters

Parameter Details
f Description: The response format. The default response format is html.

Values: html | json
user Required
Description: The username of the client.
field Required
Description: The field name of the blob-typed extended property to update.

Example Usage

Example 1: URL for uploading a file into an extended property blob field in the "Workflow" service on sampleserver.

http://sampleserver/arcgis/rest/services/Workflow/WMServer/jobs/5/extendedProperties/JTXX_CUSTOMERS/2/uploadBlob?user=cjones&field=sales_data

JSON Response Syntax

{ "success": true }

JSON Response Example

{ "success": true }