可以,需要在WebConfig里面修改配置,默认的最大请求长度是4兆,但是可以改的

如下:

<system.web>

<httpRuntime useFullyQualifiedRedirectUrl="true" maxRequestLength="2097151" executionTimeout="900" />
</system.web>

相关文章: