Support Home Page › Forums › Joomla Software › Easy File Uploader Module › PHP cannot detect mime This topic has 2 replies, 2 voices, and was last updated 9 years, 1 month ago by Dovogja. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts November 25, 2015 at 3:31 pm #831 DovogjaParticipant Hi, I am trying the easy File uploader with PHP 5.6.14 When I try to upload I get this error: ERROR: The uploaded file type is not permitted. MIME detected by PHP: MIME detected by Browser: application/zip So it seems that my browser is able to detect it but PHP is not. I have also confirmed that php_fileinfo.dll is present in the php/ext folder. Permitted filetypes: image/gif;image/jpeg;image /pjpeg;image/png;application /pdf;application/msword;application /zip;application /x-compressed;application /x-zip-compressed;multipart /x-zip;application /excel;application /vnd.ms-excel;application /x-excel;application/x-msexcel I tried to upload different filetypes but always the same error… Any help would be appreciated. Thank you! November 25, 2015 at 5:54 pm #2177 Michael GilkesKeymaster @Dovogja. Please provide either a screenshot or copy/paste of the diagnostic information (it is located at the bottom) in the Module Manager page for the extension. November 26, 2015 at 8:28 am #2178 DovogjaParticipant @michaelgilkes Thank you for your response. I figured it out: in php.ini I had to include extension=php_fileinfo.dll. Now it works like a charm 🙂 Sorry for the trouble, have a nice day Author Posts Viewing 3 posts - 1 through 3 (of 3 total) The topic ‘PHP cannot detect mime’ is closed to new replies.