Top "Mime-types" questions

A MIME type after MIME (Multipurpose Internet Mail Extensions) is a two-part identifier for file formats on the Internet.

How to add custom mime type?

What I want: To be able to send my custom file by mail and import it with my application from …

android mime-types
All MIME types supported by MediaRecorder in Firefox and Chrome?

Where can I find a list of all MIME types that are supported by Firefox or Chrome? All examples I've …

google-chrome firefox mime-types web-mediarecorder
complete list of mime-type <-> file extension mapping

I can't find a complete list of mime-type mappings on the internet. I would like to have a list that …

http mime-types file-extension
Failed to open file file.wav as a WAV due to: file does not start with RIFF id

I am getting this error when trying to open a RIFF file (which as I understand it is a type …

python mime-types wav riff
How to identify doc, docx, pdf, xls and xlsx based on file header

How to identify doc, docx, pdf, xls and xlsx based on file header in C#? I don't want to rely …

c# mime-types file-type
Maximum MIMEType Length when storing type in DB

What are people using as the length of a MIMEType field in their databases? The longest one we've seen so …

database mime-types
Using MimeMapping in ASP.NET Core

I'm trying to move my old mvc5 project to asp net core. Old code was: public string ContentType { get { if (!…

c# asp.net-core-mvc mime-types system.web
Setting Content-Type for MimeMessage?

I have one confusion about content type of mime message. Say I have a mime message. It is a multipart …

java jakarta-mail mime-types mime-message
IIS: How to get the Metabase path?

i'm trying to get the list of mime types known to an IIS server (which you can see was asked …

iis iis-6 mime-types metabase
Force video/webm mime type using .htaccess based on request uri

I have a rewrite rule in .htaccess RewriteRule (.+?\.fid)/ /$1 [L] with a request URI like: /123.fid/myfile.webm How can …

apache .htaccess mod-rewrite mime-types webm