Web.config里设置upload文件大小限制的属性是什么来着?在哪个Section里?


<system.web>
</system.web>
中添加
<httpRuntime executionTimeout="90" maxRequestLength="100000" useFullyQualifiedRedirectUrl="false" />

posted on 2007-04-05 09:27  joyous jeny  阅读(328)  评论(0编辑  收藏  举报

导航