前端上传⽂件限制指定⽂件类型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"/>
《为人师表》