Info

Description

The info resource returns the maxUploadFileSize property of a service.

Request parameters

Parameter

Details

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}