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

后端 未结 4 672
夕颜
夕颜 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:33

    There is same problem with png:

    IE7: image/x-png Normal browsers: image/png

    ;)

提交回复
热议问题