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 > > |