如何让extjg 支持选择多文件上传

2025-06-27 13:14:21
推荐回答(1个)
回答1:

、在html内添加文件元素; Ext.create("Ext.form.field.File",{ width: 100 ,height: 30 ,buttonOnly: true ,buttonText: '选择文件' ,renderTo: document.body } ); 2、添加渲染完组件后事件; ,supportMultFn: function($this){ //2.1 为input...