From: Don S. <do...@se...> - 2003-02-11 02:28:51
|
Mike Windsor has been testing a module out with me and he uses IE6. He says that when he tries to upload a png image, the file type is set as image/x-png, and when he tries to upload a jpeg image, the file type is set as image/pjpeg. However these images are the same as normal image/png and image/jpeg images, so I was able to handle them with just an extra entry. I know that the Announcements mod for one won't allow these. Can someone confirm that IE is sending these different image types? Don. |
From: Mike N. <mh...@us...> - 2003-02-11 04:18:39
|
On Mon, 2003-02-10 at 18:28, Don Seiler wrote: > Mike Windsor has been testing a module out with me and he uses IE6. He > says that when he tries to upload a png image, the file type is set as > image/x-png, and when he tries to upload a jpeg image, the file type is > set as image/pjpeg. However these images are the same as normal image/png > and image/jpeg images, so I was able to handle them with just an extra > entry. > > I know that the Announcements mod for one won't allow these. > > Can someone confirm that IE is sending these different image types? Don, I did a little Goggling, and found out that MS broke standards again. IANA sets acceptable MIME types. However, MS decided that progressive jpegs should be labeled pjpeg. MIME Media Types http://www.iana.org/assignments/media-types/index.html -- Mike Noyes <mhnoyes @ users.sourceforge.net> http://sourceforge.net/users/mhnoyes/ http://leaf-project.org/ http://sitedocs.sf.net/ http://ffl.sf.net/ |
From: Don S. <do...@se...> - 2003-02-11 13:42:37
|
Those sons of bitches. This is either arrogant and ballsy or lazy and stupid. I say we write some kind of worm that will aggressively infect all MS SQL server instances on the internet. That will show those microsoft pigs just what shit coding they put out. Oh wait. Don. On Mon, 10 Feb 2003, Mike Noyes wrote: > On Mon, 2003-02-10 at 18:28, Don Seiler wrote: > > Mike Windsor has been testing a module out with me and he uses IE6. He > > says that when he tries to upload a png image, the file type is set as > > image/x-png, and when he tries to upload a jpeg image, the file type is > > set as image/pjpeg. However these images are the same as normal image/png > > and image/jpeg images, so I was able to handle them with just an extra > > entry. > > > > I know that the Announcements mod for one won't allow these. > > > > Can someone confirm that IE is sending these different image types? > > Don, > I did a little Goggling, and found out that MS broke standards again. > IANA sets acceptable MIME types. However, MS decided that progressive > jpegs should be labeled pjpeg. > > MIME Media Types > http://www.iana.org/assignments/media-types/index.html > > |
From: Adam M. <ad...@tu...> - 2003-02-11 15:26:46
|
*high five and a laugh* Adam > Those sons of bitches. This is either arrogant and ballsy or lazy and > stupid. I say we write some kind of worm that will aggressively infect > all MS SQL server instances on the internet. That will show those > microsoft pigs just what shit coding they put out. > > Oh wait. > > Don. > > On Mon, 10 Feb 2003, Mike Noyes wrote: > >> On Mon, 2003-02-10 at 18:28, Don Seiler wrote: >> > Mike Windsor has been testing a module out with me and he uses IE6. >> He says that when he tries to upload a png image, the file type is >> set as image/x-png, and when he tries to upload a jpeg image, the >> file type is set as image/pjpeg. However these images are the same >> as normal image/png and image/jpeg images, so I was able to handle >> them with just an extra entry. >> > >> > I know that the Announcements mod for one won't allow these. >> > >> > Can someone confirm that IE is sending these different image types? >> >> Don, >> I did a little Goggling, and found out that MS broke standards again. >> IANA sets acceptable MIME types. However, MS decided that progressive >> jpegs should be labeled pjpeg. >> >> MIME Media Types >> http://www.iana.org/assignments/media-types/index.html >> >> > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers --------------------------------------------------------------------- Adam Morton Developer - Electronic Student Services http://phpwebsite.appstate.edu Founder - Appalachian Linux Users Group http://alug.appstate.edu |
From: Adam M. <ad...@tu...> - 2003-02-11 15:24:45
|
I hate freaking MS....they always have to do things different and make us work harder...grrrr... Adam > On Mon, 2003-02-10 at 18:28, Don Seiler wrote: >> Mike Windsor has been testing a module out with me and he uses IE6. >> He says that when he tries to upload a png image, the file type is >> set as image/x-png, and when he tries to upload a jpeg image, the >> file type is set as image/pjpeg. However these images are the same >> as normal image/png and image/jpeg images, so I was able to handle >> them with just an extra entry. >> >> I know that the Announcements mod for one won't allow these. >> >> Can someone confirm that IE is sending these different image types? > > Don, > I did a little Goggling, and found out that MS broke standards again. > IANA sets acceptable MIME types. However, MS decided that progressive > jpegs should be labeled pjpeg. > > MIME Media Types > http://www.iana.org/assignments/media-types/index.html > > -- > Mike Noyes <mhnoyes @ users.sourceforge.net> > http://sourceforge.net/users/mhnoyes/ > http://leaf-project.org/ http://sitedocs.sf.net/ http://ffl.sf.net/ > > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers --------------------------------------------------------------------- Adam Morton Developer - Electronic Student Services http://phpwebsite.appstate.edu Founder - Appalachian Linux Users Group http://alug.appstate.edu |
From: Don S. <do...@se...> - 2003-02-11 16:01:49
|
How about every time the file upload process detects one of these bastardized types, it shoots an email to bi...@mi... or something with a link to that standards page. Don. On Tue, 11 Feb 2003, Adam Morton wrote: > I hate freaking MS....they always have to do things different and make us > work harder...grrrr... > > Adam > > > On Mon, 2003-02-10 at 18:28, Don Seiler wrote: > >> Mike Windsor has been testing a module out with me and he uses IE6. > >> He says that when he tries to upload a png image, the file type is > >> set as image/x-png, and when he tries to upload a jpeg image, the > >> file type is set as image/pjpeg. However these images are the same > >> as normal image/png and image/jpeg images, so I was able to handle > >> them with just an extra entry. > >> > >> I know that the Announcements mod for one won't allow these. > >> > >> Can someone confirm that IE is sending these different image types? > > > > Don, > > I did a little Goggling, and found out that MS broke standards again. > > IANA sets acceptable MIME types. However, MS decided that progressive > > jpegs should be labeled pjpeg. > > > > MIME Media Types > > http://www.iana.org/assignments/media-types/index.html > > > > -- > > Mike Noyes <mhnoyes @ users.sourceforge.net> > > http://sourceforge.net/users/mhnoyes/ > > http://leaf-project.org/ http://sitedocs.sf.net/ http://ffl.sf.net/ > > > > > > > > > > ------------------------------------------------------- > > This SF.NET email is sponsored by: > > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > > http://www.vasoftware.com > > _______________________________________________ > > Phpwebsite-developers mailing list > > Php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > --------------------------------------------------------------------- > Adam Morton > Developer - Electronic Student Services > http://phpwebsite.appstate.edu > Founder - Appalachian Linux Users Group > http://alug.appstate.edu > > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > |
From: Mike N. <mh...@us...> - 2003-02-11 16:49:37
|
On Tue, 2003-02-11 at 08:01, Don Seiler wrote: > How about every time the file upload process detects one of these > bastardized types, it shoots an email to bi...@mi... or something > with a link to that standards page. Don, How about this: A non standard MIME Media Type was submitted. Please contact the manufacture of the product that performed this task, and suggest they apply for a new MIME Media Type through IANNA. Application for MIME Media Type http://www.iana.org/cgi-bin/mediatypes.pl -- Mike Noyes <mhnoyes @ users.sourceforge.net> http://sourceforge.net/users/mhnoyes/ http://leaf-project.org/ http://sitedocs.sf.net/ http://ffl.sf.net/ |
From: Don S. <do...@se...> - 2003-02-11 17:29:19
|
Not as much malice as I prefer, but I suppose it will do. Don. On Tue, 11 Feb 2003, Mike Noyes wrote: > On Tue, 2003-02-11 at 08:01, Don Seiler wrote: > > How about every time the file upload process detects one of these > > bastardized types, it shoots an email to bi...@mi... or something > > with a link to that standards page. > > Don, > How about this: > > A non standard MIME Media Type was submitted. Please contact the > manufacture of the product that performed this task, and suggest they > apply for a new MIME Media Type through IANNA. > > Application for MIME Media Type > http://www.iana.org/cgi-bin/mediatypes.pl > > |