Top "Mime" questions

Multipurpose Internet Mail Extensions (MIME) is an Internet standard that extends the format of email to support text in character sets other than ASCII, non-text attachments, message bodies with multiple parts, and header information in non-ASCII character sets

Proper MIME media type for PDF files

When working with PDFs, I've run across the MIME types application/pdf and application/x-pdf among others. Is there a …

pdf http-headers content-type mime
Setting mime type for excel document

MS Excel has the following observed MIME types: application/vnd.ms-excel (official) application/msexcel application/x-msexcel application/x-ms-excel application/x-excel …

excel content-type mime
embedding image in html email

I'm trying to send a multipart/related html email with embedded gif images. This email is generated using Oracle PL/…

html image oracle email mime
Getting A File's Mime Type In Java

I was just wondering how most people fetch a mime type from a file in Java? So far I've tried …

java mime
Detect when browser receives file download

I have a page that allows the user to download a dynamically-generated file. It takes a long time to generate, …

javascript http mime
Get MIME type from filename extension

How can I get the MIME type from a file extension?

c# asp.net mime
Using .NET, how can you find the mime type of a file based on the file signature not the extension

I am looking for a simple way to get a mime type where the file extension is incorrect or not …

c# mime mime-types
Proper MIME type for OTF fonts

Searching the web, I find heaps of different suggestions for what the proper MIME type for a font is, but …

fonts mime opentype
How to use the CSV MIME-type?

In a web application I am working on, the user can click on a link to a CSV file. There …

php csv http-headers mime
How to find the mime type of a file in python?

Let's say you want to save a bunch of files somewhere, for instance in BLOBs. Let's say you want to …

python mime