码迷,mamicode.com
首页 > 其他好文 > 详细

C# uploadify 上传 -220 IO Error 问题

时间:2014-08-09 00:03:06      阅读:211      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   io   strong   文件   art   

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

C# uploadify 上传 -220 IO Error 问题

标签:style   blog   http   color   io   strong   文件   art   

原文地址:http://www.cnblogs.com/zsk526/p/3900309.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!