Top "Mime-types" questions

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

zip mime types, when to pick which one

So far for Mime Types for Zip files I've seen: application/octet-stream multipart/x-zip application/zip application/zip-compressed application/x-zip-compressed …

zip mime-types
How to accurately determine mime data from a file?

I'm adding some functionality to a program so that I can accurately determine the files type by reading the MIME …

java mime-types file-type
Reading multipart content from raw http request

I am saving a raw HTTP request to a text file and I need to read the multipart content within …

c# mime-types multipartform-data multipart
What's the difference between mediatype, contenttype and mimetype?

Is there a difference between mimetype, contenttype and mediatype? (Java's JAX-RS MediaType). From the wikipedia article i gathered that it's …

http web mime-types content-type
What are the Google Apps MIME Types in Google Docs and Google Drive?

What are the MIME types for each of the following file extensions: gdoc gslide gsheet gdraw

mime-types google-docs file-type google-drive-api
Auto-Launch JNLP on click

How do I get a JNLP file to auto-launch on click? (as opposed to clicking save or open when clicked) …

java mime-types content-type jnlp
Setting MIME types using the ASP.NET Development Server

I added the following to the web.config file, but this seems to be ignored by the development server thats …

visual-studio-2010 visual-studio iis-7 mime-types
How to get the MIME Type of a .MSG file?

I have tried these ways of finding the MIME type of a file... Path source = Paths .get("C://Users/akash/…

java mime-types msg
error writing mime multipart body part to output stream

I have code that does async file uploads which works fine on my dev vm but after I deployed it …

file-upload file-io asp.net-web-api mime-types asyncfileupload
How do I determine the extension(s) associated with a MIME type in PHP?

Is there a quick and dirty mapping of MIME types to extensions in PHP that I can make use of?

php mime mime-types filenames file-type