Tagged Questions

1
vote
3answers
22 views

Mimetypes for a RESTful API

The Sun Cloud API at http://kenai.com/projects/suncloudapis/pages/Home is a good example to follow for a RESTful API. True to RESTful principles, when you GET a resource you get n …
3
votes
3answers
470 views

In-memory mime-type detection with Cocoa (OS X)?

Hello everyone, My application is a viewer for a custom format, a zip file with a well defined XML manifest and resources, such as images and movies. I use zlib to open up the zip …
5
votes
6answers
4k views

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 error when trying to download(document cannot be found).... .doc is fine .txt is also fine. I am s …
1
vote
4answers
36 views

Verifying Uploaded File

I am working on a document that requires a user to upload a Microsoft Word Documents. Apart from checking the file extension to be .doc or .docx, is there any other way i can ver …
0
votes
2answers
23 views

Why is IE 7 renaming downloaded XLA files as XLS when saving?

I have an Excel Add-In file I'm publishing on an intranet (plain ol' HTTP download, not an attachment in Sharepoint, etc.). With IE 7, the user click the link and selects "Save", …
1
vote
4answers
74 views

List of ALL MimeTypes on the Planet, mapped to File Extensions?

Is there a resource that lists ALL the mimeTypes in existence? I have found a few places with under 1000 mimeTypes, but then they still don't include common ones like .rar, .fla, …
0
votes
1answer
12 views

After defining a MIME extension it will be difficult to register it on the hostin server

Hi, after I define a kind of file format, it is dificult for hosting providers to register it for my site? i can ask that after i paid the service? it must be a mime type properly …
0
votes
3answers
291 views

Can’t get IIS to serve .js files from a specified directory

I'm running IIS 5 on a Windows 2000 machine. I have an application setup in my "scripts" directory in my website, because it runs some compiled DLL's. The application is set to r …
2
votes
2answers
52 views

How to get the corresponding file extension if the mimeType of the file is known

When coding in java, How to get the corresponding file extension if the mimeType of the file is known?
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
1answer
30 views

Java Servlet Mimetype and Internet Explorer mimetype handling bug

I have a servlet that may return text/html or application/pdf content. Apparently, it looks like Internet Explorer (IE7) does not handle the application/pdf correctly. For exampl …
0
votes
1answer
29 views

In Mono/Gnome, how can I look up the icon for a mime type?

Gnome.Icon and Gnome.ThumbnailFactory both want me to pass in a URI of a file whose icon I want -- I only have a MIME type, which I want to look up an icon for. Is there a GNOME C …
1
vote
1answer
30 views

uploading a zip file causes some problem for some users - weird mime type

I have a form where the user can upload a zip file, it works perfectly on my side but the client I'm making the website for is not able to upload the zip. I check for the mime typ …
0
votes
1answer
25 views

cvs2svn changes binary files

I'm using cvs2svn to migrate from CVS to SVN. I've noticed a problem with my binary file after the conversion was completed. I'm using auto-props file, which is very helpful. Af …
1
vote
2answers
52 views

request.format returning */*

Good afternoon, I'm currently developing an API for my application on RoR As an example, I created some XML, loaded with all the info I need to create the object, let's say a Per …

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