您好,欢迎来到叨叨游戏网。
搜索
您的当前位置:首页accept文件上传格式

accept文件上传格式

来源:叨叨游戏网

1.上传.csv格式的

<input text="file" accept=".csv" />

2.上传.xls格式

<input text="file"  accept="application/vnd.ms-excel"/>

3.上传.xslx格式

<input text="fiel" accept="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"/>

4.上传.png/.jpg/etc格式

<input type="file" accept="text/plain" />

5.上传图片格式

<input type="file" accept="image/*" />

6.上传.htm,.html格式

<input type="file" accept="text/html" />

7.上传video(.avi, .mpg, .mpeg, .mp4)格式

<input type="file" accept="video/*" />

8.上传audio(.mp3, .wav, etc)格式

<input type="file" accept="audio/*" />

9.上传.pdf格式

<input type="file" accept=".pdf" />

10.如果两种文件格式,同时

<input type="file" accept="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet,application/vnd.ms-excel">

记录一下,省得找找找…

因篇幅问题不能全部显示,请点此查看更多更全内容

Copyright © 2019- gamedaodao.net 版权所有 湘ICP备2024080961号-6

违法及侵权请联系:TEL:199 18 7713 E-MAIL:2724546146@qq.com

本站由北京市万商天勤律师事务所王兴未律师提供法律服务