常用文件的mime和mimetype的对应关系

mimetypes    mimes
“image/jpeg”    “jpg”
“image/jpeg”    “jpeg”
“image/png”    “png”
“image/webp”    “webp”
“application/vnd.ms-excel”    “xls”
“application/vnd.openxmlformats-officedocument.spreadsheetml.sheet”    “xlsx”
“application/msword”    “doc”
“application/vnd.openxmlformats-officedocument.wordprocessingml.document”    “docx”
“application/vnd.openxmlformats-officedocument.presentationml.presentation”    “pptx”
“application/vnd.ms-powerpoint”    “ppt”
“application/pdf”    “pdf”
最全的: 
http://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types

你可能感兴趣的:(java)