asp.net 文件上傳受限大小問題
只需要在web.config配制文件中加入此段代嗎:
<?xml version="1.0"?><configuration>
<system.web>
<httpRuntime maxRequestLength="32768" />
</system.web>
</configuration>
本文介绍如何通过修改web.config文件中的httpRuntime maxRequestLength属性来调整ASP.NET应用程序中文件上传的最大限制尺寸。
asp.net 文件上傳受限大小問題
只需要在web.config配制文件中加入此段代嗎:
<?xml version="1.0"?><configuration>
<system.web>
<httpRuntime maxRequestLength="32768" />
</system.web>
</configuration>
1万+
1629
449

被折叠的 条评论
为什么被折叠?