What is the maximum file size for uploading shapefiles and .csv files?
Hiya,
I am putting together a reference document for our viewer and its functions. Would anyone know the the maximum file size for uploading shapefiles and .csv files?
Many thanks
0
-
The maximum is whatever you set it to in the web.config. By default it is 20MB.
<requestFiltering>
<requestLimits maxAllowedContentLength="20971520"/>
</requestFiltering>0 -
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 -
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 Partner0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
3 Kommentare