Why does IE7 specify a mime-type of image/pjpeg rather than just image/jpeg?

后端 未结 4 674
夕颜
夕颜 2021-01-31 14:00

When uploading a file (jpeg) via a form in IE7 I am seeing a mime-type of \"image/pjpeg\" instead of \"image/jpeg\" (as I see in Firefox or similar). It\'s easy enough to work

4条回答
  •  耶瑟儿~
    2021-01-31 14:34

    IE can upload all .jpeg files as its hack MIME type 'image/pjpeg' regardless of whether or not they're actually progressive.

    Don't rely on the MIME type supplied in a file upload, there is every chance it could be wrong for a variety of reasons including this one.

提交回复
热议问题