• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

What's a Generic MIME type?

aceO07

Diamond Member
I'm creating an email program that has attachments, however I don't understand the MIME system that well. I will provide types of zip/doc/text/xls and a few other basic ones. However, I don't want to have to give a MIME type for every file. What's a generic MIME type?
 
A generic MIME type, I assume, would be the default for files that don't match any other MIME types. Depending on what you set it to, the file will be treated different ways. For example on a webserver if you set the default MIME type to binary/octet-stream or whatever it is, browsers will prompt to download. If you set it to text/plain, they'll display it as plain text in the browser, even if it really is a jpeg or a zip file or whatever.
 
Back
Top