- URL:
 - https://<root>/<serviceName>/<serviceType>/uploads/info
 - Methods:
 GET- Required Capability:
 - Uploads
 - Version Introduced:
 - 10.0
 
Description
The info resource returns the max property of a service.
Request parameters
| Parameter | Details | 
|---|---|
  | Description: The response format. This resource supports JSON output only. Values: json  | 
Example usage
https://sampleserver6.arcgisonline.com/arcgis/rest/services/911callshotspot/gpserver/uploads/info?f=pjsonJSON Response syntax
{"maxUploadFileSize":<maxUploadFileSize>} //represents file size in MBJSON Response example
{"maxUploadFileSize":2000}