Control the data uploaded using 'Upload Data' tool
Hi,
Is there any way to control the data that is being uploaded using upload data tool that is present either in terms of size or number of rows/features the file is containing?
Thanks,
Srikanth
0
-
The file size limit for uploaded files defaults to 20MB. You can configure a custom file size limit in the Essentials Web.config file:
C:\Program Files (x86)\Latitude Geographics\Geocortex Essentials\Default\REST Elements\REST\Web.config
To change the file size limitations for uploaded data:
1. Search for the string maxAllowedContentLength. It is embedded in the following line of XML:
<requestLimits maxAllowedContentLength="20971520" />
2. Configure the value of maxAllowedContentLength in bytes.
3. Search for the string maxRequestLength. It is embedded in the following line of XML:
<httpRuntime maxRequestLength="20480" requestValidationMode="2.0" enableVersionHeader="false" />
4. Configure the value for maxRequestLength in kilobytes.
This value should be equal to the value of maxAllowedContentLength.0 -
Thank you verymuch Nico :) 0
Please sign in to leave a comment.
Comments
2 comments