How I detect mime Type (CSV) in PHP 5.4?
Will I have enough simple PHP, do I need some library? Unfortunately, what I do not try, it's not working.
Thanks in advance.
How I detect mime Type (CSV) in PHP 5.4?
Will I have enough simple PHP, do I need some library? Unfortunately, what I do not try, it's not working.
Thanks in advance.
Have a look at your php.ini file and check that the fileinfo.so or php_fileinfo.dll is activated (depending on your platform and version).
There should be a line similar to
extension=fileinfo.so
in your php.ini file