Analytics

2011年3月10日 星期四

[ASP.NET]使用 httpRuntime.maxRequestLenght 設定檔案上傳上限(Use httpRuntime.maxRequestLength setup file upload limit)


問題
使用 httpRuntime.maxRequestLenght 設定檔案上傳上限



解決方法
<system.web>
<!-- 單位為K,預設是4 MB -->
<httpRuntime maxRequestLength="4096"/>
</system.web>

沒有留言:

熱門文章