easyui filebox accept 上传类型限制excel xlsx,xls类型
时间:2017-03-10 18:11:12
收藏:0
阅读:7793
转载请注明出处:http://www.cnblogs.com/blazer/p/6531637.html
textbox.filebox({
buttonText: ‘Choose File‘,
buttonAlign: ‘right‘,
accept: ‘application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.ms-excel‘,
width : "100%"
});
原文:http://www.cnblogs.com/blazer/p/6531637.html
评论(0)