PHP 5.3.5 fileinfo() MIME Type for MS Office 2007 files - magic.mime updates?
问题 On a PHP upload, I'm trying to validate the MIME Type of the files being uploaded to match a valid set of MIME types for the application. When attempting to use the fileinfo() to determine the MIME type of an Office 2007 file it is NOT detecting as their appropriate MIME Types. Instead the MIME type response is "application/zip" Office Document MIME types: http://filext.com/faq/office_mime_types.php Example PHP Code: $oFileInfo = new finfo( FILEINFO_MIME_TYPE ); $sMimeType = $oFileInfo ->