0

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.

1 Answers1

0

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

Puya Sarmidani
  • 1,226
  • 9
  • 26