Skip to main content

What is the maximum file size for uploading shapefiles and .csv files?

Comments

3 comments

  • Permanently deleted user
    The maximum is whatever you set it to in the web.config. By default it is 20MB.

     

          <requestFiltering>

     

            <requestLimits maxAllowedContentLength="20971520"/>

     

          </requestFiltering>
    0
  • Permanently deleted user
    Hi Joshua,

     

    Thanks for getting back to me so quickly.  

     

    I am presuming that the long number above is in Bytes?  And if so then Should I be putting in say 50000000 to have 50mb as my maximum?

     

    Cheers

     

    :-)
    0
  • Permanently deleted user
    Hi Lynda,

     

    It is in bytes but the request is 64 Base encoded which adds about 33% to the size of the request.  If you set the limit to 50Mb, the maximum file size permitted will be about 37Mb.

     

    Regards,

     

    Wayne Richard

     

    Latitude Geographics Group Ltd.

     

    Head Office: 300 – 1117 Wharf Street  Victoria, BC Canada V8W 1T7

     

    Tel: (250) 381-8130 | Fax: (250) 381-8132 | wrichard@latitudegeo.com

     

    Developers of Geocortex web-based mapping software | www.geocortex.com

     

    An Esri Platinum Business Partner
    0

Please sign in to leave a comment.