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 get the real extension type of Multipart file

I have checked answer here, but here first they are saving it to some place and then reading it's stream …

java file mime-types
What is the javascript MIME type for the type attribute of a script tag?

What is the MIME type of javascript? More specifically, what is the right thing to put in the "type" attribute …

javascript mime-types
How to get MIME type of a file in PHP 5.5?

I am using mime_content_type() in PHP 5.5 to get a MIME type, but it throws fatal: error function not …

mime-types deprecated php-5.5
PHP fileinfo is undefined function

Whenever I try to get the mime content type from php, it echos: Fatal error: Class 'finfo' not found in /…

php mime-types undefined-function
Unknown file type MIME?

Do I have to specify a MIME type if the uploaded file has no extension? In other words is there …

mime mime-types default-value
Downloading Docx from IE - Setting MIME Types in IIS

I am sure there is a simple answer to this one. I have a docx file that I get an …

iis mime-types
CodeIgniter: "The filetype you are attempting to upload is not allowed."

I'm experiencing a very odd upload problem. Here's the relevant view file: <form action="http://localhost/index.php/temp/…

php codeigniter mime-types codeigniter-2
Mime type for .txt files?

I´m trying to share a .txt file with share intent. If I set "text/plain" as mime type, it …

android text-files share mime-types
How to check if an intent can be handled from some activity?

I have this method so far , but it came up like something is missing for example I have a file /…

android android-intent mime-types file-type intentfilter
How I can get the mime type of a file having its Uri?

I have a List of Uris obtained with the Gallery and the Camera. These Uris are like this: content://media/…

android uri mime-types