Is the MIME type 'image/jpg' the same as 'image/jpeg'?

前端 未结 4 814
-上瘾入骨i
-上瘾入骨i 2020-12-02 05:01

Pretty simple question but can\'t seem to find it anywhere online. I\'m trying to make a program that depending on the file type will give me the extension.

4条回答
  •  离开以前
    2020-12-02 05:41

    For those it might help, I use this list as a reference to define my content-type when I have to deal with images on my app.

    It says that jpg extension can be declared with Content-type : image/jpeg

    There isn't any image/jpg attribute for content-type.

提交回复
热议问题