C# uploadify 上传 -220 IO Error 问题

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

posted @ 2014-08-08 22:55  z s k  阅读(392)  评论(0编辑  收藏  举报