码迷,mamicode.com
首页 > Web开发 > 详细

Extjs4 filefield上传后返回信息页面异常

时间:2014-09-20 17:15:39      阅读:182      评论:0      收藏:0      [点我收藏+]

标签:blog   http   io   ar   for   sp   cti   log   on   

Ext.override(Ext.form.Action.Submit,{
processResponse : function(response){
this.response = response;
var data = response.responseText;
if(data.indexOf(‘<pre>‘) != -1||data.indexOf(‘<PRE>‘) != -1) {
response.responseText = data.substring(5, data.length-6);
this.response = Ext.JSON.decode(response.responseText);
}
if(!response.responseText){
return true;
}
this.result = this.handleResponse(response);
return this.result;
}
});

 

 

response.setCharacterEncoding("utf-8");
response.setContentType("text/html");

 

转载 http://liubl2011.iteye.com/blog/1242736

Extjs4 filefield上传后返回信息页面异常

标签:blog   http   io   ar   for   sp   cti   log   on   

原文地址:http://www.cnblogs.com/yanhu/p/3983310.html

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