Top "Mime-types" questions

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

ics file mime type

I'm trying to upload an ics file to my site. It was exported from iCal on Mac OSX. I thought …

php upload mime-types icalendar
extending default nginx mime.types file

I'd like to add a few extra types to nginx mime types, but I don't want to edit the default /…

nginx mime-types
Determine file type of an image

I'm downloading some images from a service that doesn't always include a content-type and doesn't provide an extension for the …

.net image content-type mime-types
Which MIME type is correct for the .exe file?

I try to find which MIME type corresponds to the each extension and I get ambiguous results. According to webdesign.…

http-headers mime-types mime file-extension
How to check if an uploaded file is an image without mime type?

I'd like to check if an uploaded file is an image file (e.g png, jpg, jpeg, gif, bmp) or …

php image-processing file-upload upload mime-types
Getting MimeType subtype with Apache tika

I'd need to get the iana.org MediaType rather than application/zip or application/x-tika-msoffice for documents like, odt, ppt, …

java mime-types detection apache-tika
Is there an enum for the ContentType property on a HttpWebResponse ("text/plain", "application/octet-stream" etc.)?

The closest thing I could find was System.Net.Mime.MediaTypeNames but that doesn't seem to have everything (like json) …

content-type mime-types httpwebresponse
Determine MIME type from NSData?

How would you determine the mime type for an NSData object? I plan to have the user to upload a …

ios objective-c mime-types nsdata
Preferred (or most common) file extension for a Python pickle

At times, I've seen .pickle, .pck, .pcl, and .db for files that contain Python pickles, but I am unsure what …

python rest filenames mime-types pickle
Android HLS video mime type

I would like to fire an Intent to play a HLS (HTTP Live Stream) video. What should I put in …

android android-intent video-streaming mime-types http-live-streaming