上传文件时候的accept限制文件类型.jpg、.gif、jpeg、.png、.doc、.docx、.txt、.xls、.xlsx等

  1. 常用的

jpg “image/jpeg”
gif “image/gif”
jpeg “image/jpeg”
png “image/png”
doc “application/msword”
docx “application/vnd.openxmlformats-officedocument.wordprocessingml.document”
txt “text/plain”
xls “application/vnd.ms-excel”
xlsx “application/vnd.openxmlformats-officedocument.spreadsheetml.sheet”

  1. 全部
    docx application/vnd.openxmlformats-officedocument.wordprocessingml.document
    docm application/vnd.ms-word.document.macroEnabled.12
    dotx application/vnd.openxmlformats-officedocument.wordprocessingml.template
    dotm application/vnd.ms-word.template.macroEnabled.12
    xlsx application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
    xlsm application/vnd.ms-excel.sheet.macroEnabled.12
    xltx application/vnd.openxmlformats-officedocument.spreadsheetml.template
    xltm application/vnd.ms-excel.template.macroEnabled.12
    xlsb application/vnd.ms-excel.sheet.binary.macroEnabled.12
    xlam application/vnd.ms-excel.addin.macroEnabled.12
    pptx application/vnd.openxmlformats-officedocument.presentationml.presentation
    pptm application/vnd.ms-powerpoint.presentation.macroEnabled.12
    ppsx application/vnd.openxmlformats-officedocument.presentationml.slideshow
    ppsm application/vnd.ms-powerpoint.slideshow.macroEnabled.12
    potx application/vnd.openxmlformats-officedocument.presentationml.template
    potm application/vnd.ms-powerpoint.template.macroEnabled.12
    ppam application/vnd.ms-powerpoint.addin.macroEnabled.12
    sldx application/vnd.openxmlformats-officedocument.presentationml.slide
    sldm application/vnd.ms-powerpoint.slide.macroEnabled.12
    one application/msonenote
    onetmp application/msonenote
    onepkg application/msonenote
    thmx application/vnd.ms-officetheme

3gpp audio/3gpp, video/3gpp
ac3 audio/ac3
asf allpication/vnd.ms-asf
au audio/basic
css text/css
csv text/csv
doc application/msword
dot application/msword
dtd application/xml-dtd
dwg image/vnd.dwg
dxf image/vnd.dxf
gif image/gif
htm text/html
html text/html
jp2 image/jp2
jpe image/jpeg
jpeg image/jpeg
jpg image/jpeg
js text/javascript, application/javascript
json application/json
mp2 audio/mpeg, video/mpeg
mp3 audio/mpeg
mp4 audio/mp4, video/mp4
mpeg video/mpeg
mpg video/mpeg
mpp application/vnd.ms-project
ogg application/ogg, audio/ogg
pdf application/pdf
png image/png
pot application/vnd.ms-powerpoint
ppt application/vnd.ms-powerpoint
pps application/vnd.ms-powerpoint
rtf application/rtf, text/rtf
svf image/vnd.svf
tif image/tiff
tiff image/tiff
txt text/plain
wdb application/vnd.ms-works
wps application/vnd.ms-works
xhtml application/xhtml+xml
xlc application/vnd.ms-excel
xlm application/vnd.ms-excel
xls application/vnd.ms-excel
xlt application/vnd.ms-excel
xlw application/vnd.ms-excel
xml text/xml, application/xml
zip aplication/zip


版权声明:本文为weixin_50216073原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。