1. 前端: uploadify 上文件大小限制配置。
2. 后端: web.config 配置
<?xml version="1.0"?> <configuration> <system.web> <compilation debug="true" targetFramework="4.0"/> <httpRuntime maxRequestLength="10240" executionTimeout="50000" /> </system.web> </configuration>
http://blog.csdn.net/wygyhm/article/details/2819388
C# uploadify 上传 -220 IO Error 问题,布布扣,bubuko.com
时间: 2024-11-05 10:48:19