Zum Hauptinhalt gehen

Control the data uploaded using 'Upload Data' tool

Kommentare

2 Kommentare

  • Nico Burgerhart
    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
  • Permanently deleted user
    Thank you verymuch Nico :)
    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.