Skip To Content
ArcGIS Developer
Dashboard

Info

  • URL:https://<service-url>/uploads/info
  • Required Capability:Uploads
  • Version Introduced:10.0

Description

The info resource returns the maxUploadFileSize property of a service.

Request parameters

ParameterDetails
f

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

Values: json

Example usage

Example 1: https://sampleserver6.arcgisonline.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}