Welcome Guest, Not a member yet? Register   Sign In
docx file mime wrong type back getMimeType
#1

Hello,
When I check mime type I got wrong type for docx.
Code:
PHP Code:
$path='test.docx';
$file = new \CodeIgniter\Files\File($path);
$type $file->getMimeType();
echo 
$type

I got:
application/octet-stream
But if use file from bash:
 file -b --mime-type 'test1.docx'  I got:
application/vnd.openxmlformats-officedocument.wordprocessingml.document
Any idea what is problem?
Reply


Messages In This Thread
docx file mime wrong type back getMimeType - by ijurisic - 03-24-2023, 05:32 AM



Theme © iAndrew 2016 - Forum software by © MyBB