这个属于二次开发的,比如我要在决策系统中开发一个功能,上传excel文件或者其他文件,
首先前端使用fineUI:
- BI.File1 = BI.inherit(BI.File,{
- _defaultConfig: function () {
- var e = BI.File1.superclass._defaultConfig.apply(this, arguments);
- return BI.extend(e, {
-
- });
- }
- ,clean:function(){
- this.wrap.clean();
- }
- })
- BI.shortcut("bi.file1",BI.File1);
-
-
-
- {
- type: "bi.vertical",
- items: [
- {
- type: "bi.file1",
- name:"myExcelFile",
- multiple: false,
- // accept: ".xlsx,.pdf,image/jpg,image/*",
- // maxSize: 1024*1024, // 最大文件大小