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
96
votes
13answers
63k views
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 given, something similar to this question only in .Net.
99
votes
12answers
34k views
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, so I'd like to show a "waiting" indicator. The problem is, I can't figure out how to ...
74
votes
7answers
73k views
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 two utils: JMimeMagic & Mime-Util. The first gave me memory exceptions, the second doesn't close its ...
81
votes
5answers
57k views
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
application/x-dos_ms_excel
...
92
votes
8answers
50k views
Proper MIME type for fonts
Searching the web, I find heaps of different suggestions for what the proper MIME type for a font is, but I have yet to try any MIME type that rids me of a Chrome warning such as the following:
...
45
votes
8answers
34k views
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 dish these files out via a web page and have the client automatically open the correct ...
9
votes
3answers
14k views
ASP.NET : How to detect file upload Mime type?
How do people usually detect mime type once file uploaded using asp.net?
289
votes
2answers
127k views
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 difference between these two types, and if so what is it? Is one preferred over ...
16
votes
7answers
13k views
59
votes
4answers
72k views
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 is no header set for the mime-type, so the browser just renders it as text. I would like for this file to be ...
33
votes
4answers
12k views
Register file extensions / mime types in Linux
I'm developing a Linux application that has its own file format. I want my app to open when you double-click on those files.
How can I register a file extension and associate it with my application ...
14
votes
1answer
9k views
Python: Sending Multipart html emails which contain embedded images
I've been playing around with the email module in python but I want to be able to know how to embed images which are included in the html.
So for example if the body is something like
<img ...
9
votes
4answers
7k views
How can you read a files MIME-type in objective-c
I am interested in detecting the MIME-type for a file in the documents directory of my iPhone application. A search through the docs did not provide any answers.
9
votes
2answers
18k views
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/SQL. My attempts have failed, with the image showing up as a red X (in Outlook ...
4
votes
4answers
8k views
Detecting MIME type in PHP
I'm looking for the best (possible on most PHP 5.2 installs and still actively developed) way to detect a files MIME type in PHP.
I'm aware of the mime_content_type() method and the Fileinfo ...
16
votes
7answers
3k views
How do you get the icon, MIME type, and application associated with a file in the Linux Desktop?
Using C++ on the Linux desktop, what is the best way to get the icon, the document description and the application "associated" with an arbitrary file/file path?
I'd like to use the most "canonical" ...
10
votes
3answers
5k views
ASP.NET/IIS6: How to search the server's mime map?
i want to find the mime-type for a given file extension on an IIS ASP.NET web-server from the code-behind file.
i want to search the same list that the server itself uses when serving up a file. ...
8
votes
3answers
2k views
How do I get File Type Information based on extention? (not MIME) in c#
How do I get the general File type description based on extention like Explorer does it? So not MIME but the information that the end-user sees, like.
.doc = Microsoft Office Word 97 - 2003 Document
...
7
votes
1answer
1k views
How can I detect the current tab's mime type in a Google Chrome extension?
I want to see if the current tab is a PDF file from a background page.
I can check the url for .pdf at the end but there are some PDF files that don't have that.
9
votes
2answers
5k views
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?
5
votes
3answers
2k views
How can I query IIS for MIME Type Mappings?
How can I programatically read IIS's MIME types? I'd like to use them when I stream data to my clients using WCF.
Any tips, or API would be appreciated
4
votes
3answers
14k views
inline images in email using javamail
I want to send an email with an inline image using javamail.
I'm doing something like this.
MimeMultipart content = new MimeMultipart("related");
BodyPart bodyPart = new MimeBodyPart();
...
3
votes
1answer
796 views
How can I encode a filename in PHP according to RFC 2231?
How can I encode the value of a filename according to the encoding of MIME Parameter Value and Encoded Word Extensions: Character Sets, Languages, and Continuations (RFC 2231)?
24
votes
7answers
16k views
File extensions and MIME Types in .NET
I want to get a MIME Content-Type from a given extension (preferably without accessing the physical file). I have seen some questions about this and the methods described to perform this can be ...
12
votes
5answers
8k views
Are there .NET Framework methods to parse an email (MIME)?
Is there a class or set of functions built into the .NET Framework (3.5+) to parse raw emails (MIME documents)?
I am not looking for anything fancy or a separate library, it needs to be built-in. ...
9
votes
4answers
11k views
Methods for limiting the Rails render format to html
I have a Rails 2.1.2 site that only has html templates e.g. jobs.html.erb, so when I request a restful resource:
www.mysite.com/jobs/1
It renders my job in html, however, if I request:
...
1
vote
4answers
3k views
PHP mail formatting issue - Why do CRLF header line endings break HTML email in Outlook?
I'm using the PHP native mail() function to send HTML emails and have a formatting problem in the users most common email client - Outlook 2007 (in addition to some other email clients) - all the html ...
0
votes
3answers
1k views
I need my PHP page to show my BLOB image from mysql database
So my last question was on how to have my techID shown from a search :
I am trying to have my "Details" page to reference two seperate parts of my server that are linked via techID
My new ...
97
votes
5answers
28k views
MIME type warning in chrome for png images
Just ran my site in chrome and suprisingly it comes up with this warning for each of my .png images:
Resource interpreted as image but transferred with MIME type application/octet-stream.
Anyone ...
13
votes
2answers
5k views
JAX-RS (Jersey) custom exception with XML or JSON
I have a REST service built using Jersey.
I want to be able to set the MIME of my custom exception writers depending on the MIME that was sent to the server. application/json is returned when json is ...
0
votes
3answers
10k views
Simple C++ MIME parser
I want to digest a multipart response in C++ sent back from a PHP script. Anyone know of a very lightweight MIME parser which can do this for me?
8
votes
1answer
5k views
creating a MIME email template with images to send with python / django
In my web application I send emails occasionally using a reusable mailer application like this:
user - self.user
subject = ("My subject")
from = "me@mydomain.com"
message = ...
6
votes
4answers
12k views
How can I save email attachments to the server in PHP?
I've been battling PHP's email reading functions for the better part of two days. I'm writing a script to read emails from a mailbox and save any attachments onto the server. If you've ever done ...
10
votes
6answers
5k views
Python: Check if uploaded file is jpg
How can I check if a file uploaded by a user is a real jpg file in Python (Google App Engine)?
This is how far I got by now:
Script receives image via HTML Form Post and is processed by the ...
7
votes
4answers
6k views
java library to find the mime type from file content [duplicate]
I am searching for a java library which tells you the mime type by looking at the file content(byte array). I found this project using jmimemagic and it no longer supports newer file types (eg. MS ...
6
votes
6answers
6k views
how to tell if a string is base64 or not
I have many emails coming in from different sources.
they all have attachments, many of them have attachment names in chinese, so these
names are converted to base64 by their email clients.
When I ...
9
votes
4answers
6k views
Best way to handle email parsing/decoding in PHP?
Currently I'm using the PEAR library's mimeDecode.php for parsing incoming emails. It seems to have a lot of issues and fails to decode a lot of messages, so I'd like to replace it with something ...
6
votes
3answers
5k views
Create and parse multipart HTTP requests in Python
I'm trying to write some python code which can create multipart mime http requests in the client, and then appropriately interpret then on the server. I have, I think, partially succeeded on the ...
3
votes
2answers
2k views
Why doesn't this mail message decode correctly?
I have this code. It's from the Zend Reading Mail example.
$message = $mail->getMessage(1);
// output first text/plain part
$foundPart = null;
foreach (new ...
1
vote
2answers
4k views
Mime-type of downloading file
i'm trying to create downloadable video-files. In my site there is a list of files.
All videos are in .flv-format (flash). There is exact link to the file for the all videos.
But in all browsers after ...
16
votes
2answers
6k views
Correct Apache AddType directives for font MIME types
I’m using @font-face for embedded fonts (thanks Paul Irish). In trying to fix Chrome’s warning about wrong MIME type for woff fonts, I’ve discovered a mass of conflicting suggestions.
Everyone seems ...
15
votes
6answers
7k views
Maximum length of a MIME Content-Type header field?
I'm just designing the schema for a database table which will hold details of email attachments - their size in bytes, filename and content-type (i.e. "image/jpg", "audio/mp3", etc).
Does anybody ...
7
votes
3answers
16k views
no video with supported format and MIME type found. What does this mean and how can I change this
no video with supported format and MIME type found
A huge screen for video is displayed and says the message above. How do I solve this?
This happens to me only in Mozilla Fire fox and not on Google ...
1
vote
1answer
894 views
Mime-type of Android camera PreviewFormat
I'd like to use MediaCodec to encode the data coming from the camera (reason: it's more low-level so hopefully faster than using MediaRecorder). Using Camera.PreviewCallBack, I capture the data from ...
1
vote
1answer
297 views
Reading a file from a UNC path and setting the correct MIME type in a HTTP request
How would I go about reading a file from a UNC path, discovering the proper MIME type, and streaming that out to a browser?
It feels to me like I'm re-inventing IIS, and I'll also have to maintain my ...
1
vote
5answers
2k views
Get MIME Type via PHP
I have local access to files, which I need to get their MIME types. Working in WAMP/LAMP, CodeIgniter, and Zend libraries. What's the best way to get MIME type information?
1
vote
6answers
1k views
GMail won't open .txt attachment created by iPhone App, Depending on Size - I think There's a Bug in my MIME
I have created aand sent a short email with a .txt attachment in an iPhone app.
If the attachment is about 10 lines long, GMail opens it just fine.
If it's more than 20 or so lines, GMail chokes - ...
14
votes
1answer
10k views
What is “=C2=A0” in MIME encoded, quoted-printable text?
This is an example raw email I am trying to parse:
MIME-version: 1.0
Content-type: text/html; charset=UTF-8
Content-transfer-encoding: quoted-printable
X-Mailer: Verizon Webmail
X-Originating-IP: ...
5
votes
1answer
2k views
ATTnnnnn.txt attachments when e-mail is received in Outlook
I've written an SMTP client that sends e-mails with attachments. Everything's fine except that when an e-mail sent by my program is received by Outlook it displays two attachments - the file actually ...
4
votes
2answers
867 views
Creating an email queue in PHP?
I am currently creating a quote system which works like this:
User submits data through form --> data sent to db --> pdf generated --> email sent
I am using the htmlmimemail5 library to do this ...
