Mostrando entradas con la etiqueta SIZE FILE. Mostrar todas las entradas
Mostrando entradas con la etiqueta SIZE FILE. Mostrar todas las entradas

jueves, 31 de agosto de 2017

Web.config Upload File POST size .NET

 <httpRuntime targetFramework="4.5" maxRequestLength="61440" executionTimeout="60000" />
Donde:
maxRequestLength = [MB]*1024

<requestFiltering>        <requestLimits maxAllowedContentLength="62914560" /> </requestFiltering>

Donde:maxAllowedContentLength =  [MB]*1024*1024