<configration>
<system.web>
<httpRuntime maxRequestLength="10240" requestLengthDiskThreshold="100" />
</system.web>
</configration>
maxRequestLength配置指定提交表单能被服务器接受的最大值单位k,默认4m
requestLengthDiskThreshold决定如何把上传表单缓存在文件系统,超过设定大小余下的部分就被缓存在文件系统(临时文件夹中),默认大小80k