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

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

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

posted @ 2014-09-26 10:23  樱花飞落ll  阅读(3197)  评论(0编辑  收藏  举报