Extjs和SWFUpload整合文件上传的问题,来者有分
在javaeye看到一个整合的项目,看起来效果可以想做做看,但是全部部署完后点击文件添加没反应
去代码层找了一下
keel.UploadPanel.superclass.constructor.call(this,{ tbar : [ {text:'添加文件',iconCls:'add',ref:'../addBtn'},'-', {text:'上传',ref:'../uploadBtn',iconCls:'up',handler:this.startUpload,scope:this},'-', {text:'停止上传',ref:'../stopBtn',iconCls:'delete',handler:this.stopUpload,scope:this,disabled:true},'-', {text:'删除所有',ref:'../deleteBtn',iconCls:'delete2',handler:this.deleteAll,scope:this},'-' ],.....