BTB300 wrote:
admin wrote:
Solved ?
Um Yes,
from memory i downloaded a few times that night each time MIME check failed...
downloaded again the next day and all was fine
don't know how or why?? (same project, same test upload file...)
OK i have solved this one and I run for cover (as Admin is going to throw something at me)
The reason why it worked and then didn't work was that i uploaded to a different test server (oops!)
I checked the php.ini file on the other server and i found the following line was commented out (PHP Version 5.4.4)
All is good now
extension=php_fileinfo.dll
For those having upload / MIME check issues please make sure the above line in your php.ini file is uncommented it can be found under dynamic extensions as shown below
;;;;;;;;;;;;;;;;;;;;;;
; Dynamic Extensions ;
;;;;;;;;;;;;;;;;;;;;;;
...........................
..............................
;extension=php_bz2.dll
;extension=php_curl.dll
;extension=php_fileinfo.dll <= uncomment this line
;extension=php_gd2.dll
;extension=php_gettext.dll
;extension=php_gmp.dll
Have also posted details in the trouble shooting section for those having issues with MIME check...