Which MIME type to use for a binary file that's specific to my program?

前端 未结 4 1678
醉梦人生
醉梦人生 2020-12-02 08:04

My program uses its own binary file type, so I assume I can\'t use MIME type text/plain, as it is not a 7-bit ASCII file.

Should I just call it \"application/myappna

4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-02 08:23

    According to the spec RFC 2045 #Syntax of the Content-Type Header Field application/myappname is not allowed, but application/x-myappname is allowed and sounds most appropriate for you're application to me.

提交回复
热议问题