Topic profile page for MIME Type.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: MIME Type.
Topic "Mime type" was discussed 2,393 times on 427 sites in last 3 months
Started 21 hours, 53 minutes ago (2009-12-04 10:43:16)
by jruiz
Hello! I have a file (openid) that can not have an extension, but needs to be served as MIME type "application/xrds+xml". I don't want any other extension-less files to have this MIME type - just this one file. How can I do that in IIS6 and IIS 7? Thanks! John
Started 6 days, 16 hours ago (2009-11-28 16:16:00)
by Noel Burgess
Trying to upload a PNG or JPG image to a website fails. IE7 has changed the MIME types from image/jpeg to image/pjpeg and image/png to image/x-png, neither of which is accepted by the site. (a) Why does IE do this? (b) Can I stop it from doing this? I read at http://msdn.microsoft.com/en-us/library/ms775147(V S.85).aspx When uploading files from the client to the Web server, Windows ...
Started 6 days, 22 hours ago (2009-11-28 10:20:00)
by Ildhund
Trying to upload a PNG or JPG image to a website fails. IE7 has changed the MIME types from image/jpeg to image/pjpeg and image/png to image/x-png, neither of which is accepted by the site. (a) Why does IE do this? (b) Can I stop it from doing this? I read at http://msdn.microsoft.com/en-us/libr...47(VS.85).a spx When uploading files from the client to the Web server, Windows ...
Started 6 days, 22 hours ago (2009-11-28 10:11:00)
by Ildhund
Trying to upload a PNG or JPG image to a website fails. IE7 has changed the MIME types from image/jpeg to image/pjpeg and image/png to image/x-png, neither of which is accepted by the site. (a) Why does IE do this? (b) Can I stop it from doing this? I read at http://msdn.microsoft.com/en-us/library/ms775147(V S.85)....
Started 1 week, 1 day ago (2009-11-26 16:42:00)
by Benton
Hi, I am using the mime_type column in this way in a query: code , (CASE WHEN a.mime_type = 'application/postscript' THEN 'ps' WHEN a.mime_type = 'application/msword' THEN 'doc' ELSE REPLACE (a.mime_type, 'application/','') END) format code Is there any way of extracting the file ...
Started 2 weeks, 3 days ago (2009-11-18 04:34:00)
by bharath652
Hi, I need to know how to get the Mime type of a Document from the Byte array. I'm not having file name of file extension. I have only Byte array of a document. To be more specific, Using the binary of a docuement, I need to find whether it is MS Word or MS Excel and so on. Please tell me is there a way to find it in Java. Thanks in advance Bharath
Started 2 weeks, 3 days ago (2009-11-18 03:49:00)
by X7C7
hi, is there any table in the database, from which i can know mime_type ie. am storing files in the table, at the same time i need to store mime_type of a file as varchar in the same table, is it possible to know the mime_type of a file before/after inserting record in the table.
Started 3 weeks, 2 days ago (2009-11-12 07:45:00)
by MarcMan
I am trying to upload PDF flyers on my website but the problem is it cannot be displayed to web browsers. Now i want to upload swf flyers made from Flashpaper, Can any one tell me the mime type for SWF . Any recommendations and suggestions are appreciated.
Started 3 days, 3 hours ago (2009-12-02 04:40:00)
by Ildhund
"Robert Aldwinckle" wrote: > "Ildhund" wrote... > > "Robert Aldwinckle" wrote: > >> "Ildhund" wrote... > >> > Trying to upload a PNG or JPG image to a website fails. > >>> IE7 has changed the MIME types from image/jpeg to image/pjpeg > >>> and image/png to image/x-png, neither of which is accepted by the site. > >> > >> > (a) Why does IE do this? > >> > >> Supposedly it is part of...
Started 6 days, 17 hours ago (2009-11-28 14:39:00)
by Ildhund
"Robert Aldwinckle" wrote: > "Ildhund" wrote... > > Trying to upload a PNG or JPG image to a website fails. IE7 has changed the MIME types from image/jpeg to image/pjpeg and image/png to image/x-png, neither of which is accepted by the site. > > > (a) Why does IE do this? > > Supposedly it is part of MIME sniffing. >...
Started 12 hours, 4 minutes ago (2009-12-04 20:32:16)
by steve schofield
I would suggest putting this file into a separate folder (vdir) and make a special web.config with just the settings necessary to support your application. You could use the attribute to clear config inherited from machine level. That is one option in IIS 7. You'd have to do a little more manual setup in IIS 6 I believe.
Started 1 week, 1 day ago (2009-11-26 17:53:00)
by Maxim Demenko
is this the only way to do it other than building a related table and doing a join on mime_type. You have to store the relation between mime type and file extension(s) yourself. Best regards Maxim
Started 1 week, 1 day ago (2009-11-26 14:53:00)
by Adam-AEC
Just ensure that only images are uploaded. I wouldn't trust PHP's finfo_file (or anything that uses the extension to determine MIME type), but maybe fork out to ImageMagick's identify command and parse the results. I believe ImageMagick checks the first few bytes to determine file type.
Started 1 day, 6 hours ago (2009-12-04 01:53:00)
by ansalan
I have tried TDataType(TUid aUid), but get a different data type from what I need. for example , I need something like "x-epoc/x-sisx-app", but I get "x-epoc/x-app-469358512" from "TDataType(TUid aUid)"
Started 1 week, 1 day ago (2009-11-27 00:00:00)
by Philomene.G
Je viens d'avoir le même problème avec kubuntu et google m'envoie sur ce lien sans réponse. Je suppose que le problème est réglé depuis longtemps mais pour ceux qui comme moi suivent je viens de faire comme indiqué ici: http://users.telenet.be/Ice9/Linux%20st … _tips.html et ça a réglé mon problème. " KDE returns "Couldn't find MIME type application/octet-stream" at startup and/or Konqueror ...