Skip to content

MIME types

tags: Web

MIME 是給網際網路上傳輸的內容賦予的分類類型,這邊這邊看名詞解釋

前端上傳的時候很常遇到,需要限制檔案類型的情況
因此將常用的 Mime type 做整理
更多的可以參考這邊或是這邊

MIME Type

副檔名MIME Type說明
.csstext/cssCascading Style Sheets (CSS)
.csvtext/csvComma-separated values (CSV)
.docapplication/mswordMicrosoft Word
.docxapplication/vnd.openxmlformats-officedocument.wordprocessingml.documentMicrosoft Word (OpenXML)
.gifimage/gifGraphics Interchange Format (GIF)
.htmtext/htmlHyperText Markup Language (HTML)
.htmltext/htmlHyperText Markup Language (HTML)
.icoimage/vnd.microsoft.iconIcon format
.jpegimage/jpegJPEG images
.jpgimage/jpegJPEG images
.jstext/javascriptJavaScript
.jsonapplication/jsonJSON format
.movvideo/quicktimeApple QuickTime movie
.mp3audio/mpegMP3 audio
.mp4video/mp4MP4 video
.mpegvideo/mpegMPEG Video
.odsapplication/vnd.oasis.opendocument.spreadsheetOpenDocument spreadsheet document
.pngimage/pngPortable Network Graphics
.pdfapplication/pdfAdobe Portable Document Format (PDF)
.pptapplication/vnd.ms-powerpointMicrosoft PowerPoint
.pptxapplication/vnd.openxmlformats-officedocument.presentationml.presentationMicrosoft PowerPoint (OpenXML)
.rar application/vnd.rarRAR archive
.svgimage/svg+xmlScalable Vector Graphics (SVG)
.tifimage/tiffTagged Image File Format (TIFF)
.tiffimage/tiffTagged Image File Format (TIFF)
.txttext/plainText, (generally ASCII or ISO 8859-n)
.wavaudio/wavWaveform Audio Format
.webaaudio/webmWEBM audio
.webmvideo/webmWEBM video
.webpimage/webpWEBP image
.wmvvideo/x-ms-wmvWindows Media Video
.wofffont/woffWeb Open Font Format (WOFF)
.woff2font/woff2Web Open Font Format (WOFF)
.xhtmlapplication/xhtml+xmlXHTML
.xlsapplication/vnd.ms-excelMicrosoft Excel
.xlsxapplication/vnd.openxmlformats-officedocument.spreadsheetml.sheetMicrosoft Excel (OpenXML)
.xmlapplication/xmlXML
.zipapplication/zipZIP archive

例外情況

  • .zip 正常情況是 application/zip 但可能會因為使用者壓縮的方法不同,導致有不同的 mine type

  • mp4 使用 video/mp4,會跑出 mp4 和 m4v