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
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!