easyui filebox accept 上传类型限制excel xlsx,xls类型

转载请注明出处:http://www.cnblogs.com/blazer/p/6531637.html

textbox.filebox({

    validType : 'uploadFile',

    buttonText: 'Choose File',

    buttonAlign: 'right',

    accept: 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.ms-excel',

    width : "100%" 

});

posted @ 2017-03-10 17:10  BlazerHe  阅读(12292)  评论(2编辑  收藏  举报