I am trying to get Mime-Type for image-types as follow:
Mime-Type
image-types
if(!empty($_FILES[\'uploadfile\'][\'name\']) && $_FILES[\'uploadfil
Add this to your code so as we could know which version of php you do have because this function is only supported by (PHP version 4 >= 4.3.0, PHP 5).
It may be not installed, you can add this part of code to make sure it is :