RUNWEBTOOLS
Français

Référence des types MIME

Un type MIME (aussi appelé type de média ou type de contenu) indique au logiciel quel genre de données contient un fichier — par exemple image/png ou application/json. C'est la valeur type/subtype qu'un serveur envoie dans l'en-tête Content-Type, et ce à quoi un navigateur se fie plutôt qu'à l'extension du fichier. Voici les plus courants.

Mis à jour 2026-07-06

ExtensionType MIMEDescription
.txttext/plainTexte brut
.htmltext/htmlDocument HTML
.csstext/cssFeuille de style en cascade
.csvtext/csvValeurs séparées par des virgules
.mdtext/markdownTexte Markdown
.jstext/javascriptJavaScript (enregistrement moderne)
.jsonapplication/jsonDonnées JSON
.xmlapplication/xmlDonnées XML
.pdfapplication/pdfDocument PDF
.zipapplication/zipArchive ZIP
.gzapplication/gzipArchive Gzip
.tarapplication/x-tarArchive Tar
.rarapplication/vnd.rarArchive RAR
.7zapplication/x-7z-compressedArchive 7-Zip
.binapplication/octet-streamDonnées binaires arbitraires (téléchargement par défaut)
.docapplication/mswordMicrosoft Word (ancien)
.docxapplication/vnd.openxmlformats-officedocument.wordprocessingml.documentMicrosoft Word
.xlsapplication/vnd.ms-excelMicrosoft Excel (ancien)
.xlsxapplication/vnd.openxmlformats-officedocument.spreadsheetml.sheetMicrosoft Excel
.pptapplication/vnd.ms-powerpointMicrosoft PowerPoint (ancien)
.pptxapplication/vnd.openxmlformats-officedocument.presentationml.presentationMicrosoft PowerPoint
.rtfapplication/rtfFormat de texte enrichi (RTF)
.wasmapplication/wasmModule WebAssembly
.pngimage/pngImage PNG
.jpgimage/jpegImage JPEG (aussi .jpeg)
.gifimage/gifImage GIF
.webpimage/webpImage WebP
.svgimage/svg+xmlImage vectorielle SVG
.bmpimage/bmpImage bitmap
.icoimage/vnd.microsoft.iconIcône (favicon)
.tifimage/tiffImage TIFF (aussi .tiff)
.avifimage/avifImage AVIF
.heicimage/heicImage HEIC (Apple)
.mp3audio/mpegAudio MP3
.wavaudio/wavAudio WAV
.oggaudio/oggAudio Ogg
.m4aaudio/mp4Audio MPEG-4
.webaaudio/webmAudio WebM
.aacaudio/aacAudio AAC
.mp4video/mp4Vidéo MP4
.webmvideo/webmVidéo WebM
.ogvvideo/oggVidéo Ogg
.movvideo/quicktimeVidéo QuickTime
.avivideo/x-msvideoVidéo AVI
.mkvvideo/x-matroskaVidéo Matroska
.wofffont/woffWeb Open Font Format
.woff2font/woff2Web Open Font Format 2
.ttffont/ttfPolice TrueType
.otffont/otfPolice OpenType
(form)application/x-www-form-urlencodedEnvoi de formulaire encodé en URL
(upload)multipart/form-dataFormulaire avec envois de fichiers

Outils associés