ASP

ASP.NET 업로드시 용량 제한 걸릴 경우

요지 2014. 4. 29. 16:07




<system.web>

<httpRuntime requestValidationMode="2.0" executionTimeout="3600" maxRequestLength="1048576"/>

</system.web>

 

system.web 태그 안에 webconfig 파일을 구성하시면 됩니다.

[출처] maxRequestLength 업로드시 용량 제한이 걸릴경우 (jquery로의 여행) |작성자 태림이 아빠






저작자표시 (새창열림)