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 send application/x-www-form-urlencoded params to a RestServer with JMeter?

I developed a rest server, and I put it to run in localhost, and I'm trying to perform tests with …

rest mime-types jmeter form-data
IIS Express - HTTP Error 500.19 0x800700b7 on 'mimeMap' for 'fileExtension' set to '.svg'

I was adding the ability to serve SVG & WOFF files to my Azure hosted web application. I found the …

asp.net-mvc iis svg mime-types iis-express
Newline character is not interpreted correctly in MimeMessage?

StringBuffer emailMessage = new StringBuffer("Dear Scott"); emailMessage.append("\r\n"); emailMessage.append("Sending mail over internet"); So here is my …

java mime-types mime mime-message
"not well-formed" warning when loading client-side JSON in Firefox via jQuery.ajax

I am using jQuery's ajax method to acquire a static JSON file. The data is loaded from the local file …

jquery ajax json mime-types firefox3.6
How to get the mime type of a file after using file_get_contents from a remote server

i'm reading a file from php from Alfresco and then outputting it to the browser. The only ptoblem is the …

php mime-types alfresco
Determine MIME Type of NSData Loaded From a File

For various reasons I am intercepting http requests and loading content from files in my app's document directory using NSURLProtocol. …

iphone objective-c mime-types nsdata
can't get iis7 to gzip font-face font files

im on a shared webhost and i only have access to the web.config file for iis7.5. javascript files and …

gzip font-face mime-types
How to set MIME type of application/vnd.apple.pkpass in order to share pass by link or email

I just created an app and a pass, so I can add the pass to the PassBook in iPod, but …

ios mime-types passbook
What is the best mime-type and extension to use when exporting tab delimited?

I've come across the problem where Excel will not play nice with UTF-8 encoded CSV files. See this related question …

excel csv export mime-types tab-delimited
How to get MIME-type of an image with file_get_contents in PHP

I need to get the MIME type of an image, but I only have the body of the image which …

php http mime-types file-get-contents content-type