我想在 ExtJs4 的文件字段中添加验证,以便用户只能浏览 .png 、 .jpeg 图像文件。我应该怎么做?
{
xtype: 'filefield',
id:'photoUpload',
buttonOnly:true,
buttonText: 'Photo'
}