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

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/myappname”?

4 Answers
4

Leave a Comment