@ -18182,7 +18182,7 @@ BI.MultifileEditor = BI.inherit(BI.Single, {
return BI.extend(conf, {
baseCls: (conf.baseCls || "") + " bi-multifile-editor",
multiple: false,
maxSize: 1024 * 1024,
maxSize: -1,//1024 * 1024
accept: "",
url: ""
})
@ -18943,7 +18943,7 @@ BI.shortcut("bi.checkbox", BI.Checkbox);/**
url: "",
multiple: true,
accept: "", /**'*.jpg; *.zip'**/
maxSize: 1024 * 1024
maxSize: -1 //1024 * 1024
},
@ -12,7 +12,7 @@ BI.MultifileEditor = BI.inherit(BI.Single, {
@ -399,7 +399,7 @@