An unfortunate behavior of IE7 is that it assigns content type image/pjpeg (progressive jpeg) to all jpeg images it uploads. We find that Prince does not render these when we then serve them up as image/pjpeg, even when the image is really just plain jpeg.
'm close to just replacing all those incoming types with image/jpeg, but that might fail for a real pjpeg image, and I don't have time to implement sniffing of the file info to be sure.
Any chance we can get support for that type?
'm close to just replacing all those incoming types with image/jpeg, but that might fail for a real pjpeg image, and I don't have time to implement sniffing of the file info to be sure.
Any chance we can get support for that type?