html <input>设置上传文件类型为excel表格
2021-03-13 05:31
标签:上传文件 技术 offic type alt format http -- exce 结果:
标签:上传文件 技术 offic type alt format http -- exce 原文地址:https://www.cnblogs.com/technicist/p/12820811.htmlhtml
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>
主要是:
accept=".csv, application/vnd.ms-excel, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
上一篇:PHP 目录的相关操作
下一篇:JS浅拷贝和深拷贝
文章标题:html <input>设置上传文件类型为excel表格
文章链接:http://soscw.com/index.php/essay/63994.html