MIME types
tags: Web
MIME 是給網際網路上傳輸的內容賦予的分類類型,這邊或這邊看名詞解釋
前端上傳的時候很常遇到,需要限制檔案類型的情況
因此將常用的 Mime type 做整理
更多的可以參考這邊或是這邊
MIME Type
副檔名 | MIME Type | 說明 |
---|---|---|
.css | text/css | Cascading Style Sheets (CSS) |
.csv | text/csv | Comma-separated values (CSV) |
.doc | application/msword | Microsoft Word |
.docx | application/vnd.openxmlformats-officedocument.wordprocessingml.document | Microsoft Word (OpenXML) |
.gif | image/gif | Graphics Interchange Format (GIF) |
.htm | text/html | HyperText Markup Language (HTML) |
.html | text/html | HyperText Markup Language (HTML) |
.ico | image/vnd.microsoft.icon | Icon format |
.jpeg | image/jpeg | JPEG images |
.jpg | image/jpeg | JPEG images |
.js | text/javascript | JavaScript |
.json | application/json | JSON format |
.mov | video/quicktime | Apple QuickTime movie |
.mp3 | audio/mpeg | MP3 audio |
.mp4 | video/mp4 | MP4 video |
.mpeg | video/mpeg | MPEG Video |
.ods | application/vnd.oasis.opendocument.spreadsheet | OpenDocument spreadsheet document |
.png | image/png | Portable Network Graphics |
.pdf | application/pdf | Adobe Portable Document Format (PDF) |
.ppt | application/vnd.ms-powerpoint | Microsoft PowerPoint |
.pptx | application/vnd.openxmlformats-officedocument.presentationml.presentation | Microsoft PowerPoint (OpenXML) |
.rar | application/vnd.rar | RAR archive |
.svg | image/svg+xml | Scalable Vector Graphics (SVG) |
.tif | image/tiff | Tagged Image File Format (TIFF) |
.tiff | image/tiff | Tagged Image File Format (TIFF) |
.txt | text/plain | Text, (generally ASCII or ISO 8859-n) |
.wav | audio/wav | Waveform Audio Format |
.weba | audio/webm | WEBM audio |
.webm | video/webm | WEBM video |
.webp | image/webp | WEBP image |
.wmv | video/x-ms-wmv | Windows Media Video |
.woff | font/woff | Web Open Font Format (WOFF) |
.woff2 | font/woff2 | Web Open Font Format (WOFF) |
.xhtml | application/xhtml+xml | XHTML |
.xls | application/vnd.ms-excel | Microsoft Excel |
.xlsx | application/vnd.openxmlformats-officedocument.spreadsheetml.sheet | Microsoft Excel (OpenXML) |
.xml | application/xml | XML |
.zip | application/zip | ZIP archive |
例外情況
.zip 正常情況是
application/zip
但可能會因為使用者壓縮的方法不同,導致有不同的 mine typemp4 使用
video/mp4
,會跑出 mp4 和 m4v