input type="file"指定文件类型为excel

指定上传类型为excel:加上accept="application/vnd.ms-excel"即可,只兼容chrome跟ff,不兼容ie

<input type="file" name="file" id="file" style=" 250px;" class="easyui-validatebox" data-options="required:true" accept="application/vnd.ms-excel"/>

每天进步一点点
原文地址:https://www.cnblogs.com/miraclesakura/p/3994298.html