前端上传文件限制指定文件类型xls、xlsx、csv、image、video等

更新时间:2023-07-19 09:57:02 阅读: 评论:0

前端上传⽂件限制指定⽂件类型xls、xlsx、csv、image、video等当我想要限制上传的⽂件格式时
第⼀种
花的英语
csv
保安<input type="file" accept=".csv"/>
.xls(Excel Files 97-2003)
<input type="file" accept="application/vnd.ms-excel"/>
.xlsx(Excel Files 2007+ )
<input type="file" accept="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"/>
.txt
<input type="file" accept="text/plain"/>
.png/.jpg/etc
<input type="file" accept="image/*"/>
.htm,.html徽墨酥
采访稿范文
<input type="file" accept="text/html"/>
.avi, .mpg, .mpeg, .mp4
<input type="file" accept="video/*"/>
.mp3, .wav, etc
<input type="file" accept="audio/*"/>
PDF
<input type="file" accept=".pdf"/>
注意:当你想要能够上传csv时 不要使⽤以下:
text/csv
网上投诉怎么投诉
界首中学application/csv酬谢造句
text/comma-parated-values(works in Opera only).
第⼆种
<input type="file"ID="fileSelect" accept=".xlsx, .xls, .csv"/>
《为人师表》

本文发布于:2023-07-19 09:57:02,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/fan/89/1087612.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

上一篇:840 EST自检
下一篇:HTTP工作原理
标签:上传   想要   限制   界首   酬谢
相关文章
留言与评论(共有 0 条评论)
   
验证码:
推荐文章
排行榜
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图