Tagged Questions

0
votes
1answer
6 views

Adding MimeMap via WIX failed.

I've been given a bug to fix an installer issue. Unfortunately, I know nothing about WIX, so I am not exactly where to start. The WXS file is adding the necessary MimeMap, but wh …
0
votes
1answer
10 views

Teaching javax.mail, javax.activation to recognize mime type of mail attachment in web application

Im sending mails from a web application running on a glassfish server, which was quite easy with the java mail API. I'm starting now to attach files (mainly pdf and odt) to the ma …
1
vote
3answers
41 views

How does the Mac OS X Finder recognize a PNG file?

I have a file which was originally named 'foo' in the Finder. If I 'get info' for the file, the Finder recognizes it as "Kind: Plain text". If I rename the file as 'foo.png', Fin …
0
votes
1answer
13 views

Set MIME associations for MS Works

Hi all My website issues documents in .rtf and .doc format. One of my clients only has MS Works installed on his machine. It seems that his machine is attempting to open the docum …
10
votes
7answers
4k views

In C# 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.
0
votes
0answers
9 views

What do I need to do to serve an XPI file from IIS7.5.7600 (Win 7 x64) w/ .net and have Firefox know what to do with it?

I've added this to my web.config (IIS did it for me actually): <system.webServer> <staticContent> <mimeMap fileExtension=".xpi" mimeType="application/x-xp …
2
votes
5answers
1k views

how to tell if a string is base64 or not.

Hi guys 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 th …
1
vote
4answers
100 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 …
0
votes
3answers
80 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 …
1
vote
3answers
344 views

How do I encode a binary MIME attachment in C#?

I need to send a binary attachment to a JAVA webservice via SwA (Soap with Attachments). After discovering that .Net does not support SwA I am writing my own client. How do I encod …
3
votes
3answers
2k 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 c …
1
vote
4answers
39 views

How can I prevent user-agents from presenting a download window for unrecognized mime types?

If you set the Content-Disposition header to attachment, this causes user-agents to always present a download window for that file. I would like to do this opposite of this: force …
0
votes
0answers
16 views

Add missing final boundary of HTTP request with Apache / PHP?

Hello, I receive HTTP Post requests from an application, which is already deployed on mobile phones. This application worked fine the last months, but now PHP started complaining …
7
votes
5answers
968 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 proce …
2
votes
2answers
83 views

How do you get the icon and MIME type associated with a file in Qt/Linux?

In Qt/C++/Linux, is it possible to use QFileIconProvider to get the icon "associated" with an arbitrary file path through creating a QFileInfo object or is there a better way? Espe …

1 2 3 4 5 8 next
15 30 50 per page