Accept Image in Filefield ExtJs
问题 I have a filefield componente in my application and I want to restrict it to only image files. I've found this question on stackoverflow: How to restrict file type using xtype filefield(extjs 4.1.0)? Add accept="image/*" attribute to input field in ExtJs I'm using this code: { xtype:'filefield', listeners:{ afterrender:function(cmp){ cmp.fileInputEl.set({ accept:'audio/*' }); } } } But this code only works the first time I click on "Examine" button, when I click again on it, the restriction