码迷,mamicode.com
首页 > Web开发 > 详细

html <input>设置上传文件类型为excel表格

时间:2020-05-03 10:44:08      阅读:1481      评论:0      收藏:0      [点我收藏+]

标签:上传文件   技术   offic   type   alt   format   http   --   exce   

html
<form>
<input type="file" class="form-control form-control-file"accept=".csv, application/vnd.ms-excel, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" name="importFile" id="importFile"> </form>
<!--For CSV files (.csv),use: 
.csv; For Excel Files 2003-2007 (.xls), use: application/vnd.ms-excel;
For Excel Files 2010 (.xlsx), use: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet -->

主要是:
accept=".csv, application/vnd.ms-excel, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"

结果:

技术图片

 

 

 

html <input>设置上传文件类型为excel表格

标签:上传文件   技术   offic   type   alt   format   http   --   exce   

原文地址:https://www.cnblogs.com/technicist/p/12820811.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!