首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > JavaScript >

extjs 上传文件有关问题

2013-03-26 
extjs 上传文件问题form.getForm().submit({waitMsg : 正在提交。。。,url : radioOtherPlaceUsedRecord.e

extjs 上传文件问题
form.getForm().submit({
waitMsg : '正在提交。。。',
url : 'radioOtherPlaceUsedRecord.ejf',
method : 'POST',
success : function() {
Ext.Msg.alert("提示信息", "提交成功");
win.close();
form.ownerform.store.load();
},
failure : function() {
Ext.Msg.alert("提示信息", "提交失败");
win.close();
form.ownerform.store.load();
},
// params : values,
scope : this
});

在firbug的网络中没有发现文件数据的上传。。。后台也不能取到数据,求高手啊。。。 extjs
[解决办法]
什么版本的ext?可能是修改过文件上传了什么的,改为flash发送请求,这样firebug监视不到发送的请求

热点排行
Bad Request.