• 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.

MIME types

zimu

Diamond Member
hey guys,

any idea how i can find the specific mime type for a file?
like is there some application or website where i can specify the file and it returns the mime type?

basically am using a .zip file, however this web application that uploads files of certain pre-defined file-types isn't accepting it, even though i've inserted the .zip mime type as an acceptable format.
 
Also remember the MIME type applies to the entire document. So you can't switch in the middle of the document.
 
application/zip
application/x-zip
application/x-zip-compressed
application/octet-stream
application/x-compress
application/x-compressed
multipart/x-zip

WHOAA! from the filext site, THANKS! i'll let u know if it worked
 
Back
Top