extjs× 6627,3.x 版本,在 mozilla 浏览器中重置适用于 inputType:'file',但不适用于 IE8 浏览器,这是我的代码,
xtype :'textfield',
name:'Policy_fileUpload',
id :title+'_uploadFile',
inputType :'file',
fieldLabel :'Upload File and Location<font color=red>*</font>',
blankText :'Please choose a file',
anchor :'100%',
required :true,
autoShow :true
现在正在使用 reset 属性重置此字段
xtype:'button',extjs× 6627
id:title+'cancelButton',
width:100,
text:'Cancel',
listeners : {
'click':function(){
Ext.getCmp(title+'_uploadFile').reset();
}
帮我解决这个问题提前谢谢。