jquery.form.js ie 下下载文件已经ie8失效问题解决方案

https://github.com/malsup/form/blob/master/jquery.form.js
在使用这个插件时遇到的问题
1、ie下会变成下载文件,解决方案是在后端返回时设置'Content-Type': 'text/html'
2、ie8下失效问题,解决方案是给form添加属性method="post"

posted on 2013-09-05 13:55  2010navy  阅读(1029)  评论(0编辑  收藏  举报