c# 改变FileUpload 上传文件大小

在web.config文件中,<System.web>下添加如下代码:  原来如此

<httpRuntime executionTimeout="60" maxRequestLength="951200"

useFullyQualifiedRedirectUrl="true" minFreeThreads="8"

minLocalRequestFreeThreads="4" appRequestQueueLimit="100" enableVersionHeader="true"/> maxRequestLength限制文件大小

原文地址:https://www.cnblogs.com/hjhd/p/2827970.html