此设置位于您的web.config文件中。但是,它会影响整个应用程序……我认为您不能为每页设置它。
<configuration> <system.web> <httpRuntime maxRequestLength="xxx" /> </system.web></configuration>
“ xxx”以KB为单位。默认值为4096(= 4 MB)。

此设置位于您的web.config文件中。但是,它会影响整个应用程序……我认为您不能为每页设置它。
<configuration> <system.web> <httpRuntime maxRequestLength="xxx" /> </system.web></configuration>
“ xxx”以KB为单位。默认值为4096(= 4 MB)。