FRAMES | NO FRAMES Description | Parameters | Examples | Response
Info
URL http://<service-url>/uploads/info
Parent Resource Uploads
Required Capability Uploads

Resource Hierarchy

info

Description

The info resource returns the maxUploadFileSize property of a service.

Parameters

Parameter Details
f Description: The response format. This resource supports JSON output only.

Values: json

Example Usage

Example 1:

NOTE: This link will not work until servicesbeta2 is upgraded to 10.1 Final. http://servicesbeta2.esri.com/arcgis/rest/services/911CallsHotspot/GPServer/uploads/info?f=pjson

JSON Response Syntax

{"maxUploadFileSize":<maxUploadFileSize>} //represents file size in MB

JSON Response Example

{"maxUploadFileSize":2000}