I am running Windows 7 with Apache. It took hours to figure out why it was not working.First, enable the php_fileinfo.dll extension in you php.ini. You'll also need the four magic files that are found in the following library:http://sourceforge.net/projects/gnuwin32/files/file/4.23/file-4.23-bin.zip/downloadAn environment variable or a direct path to the file named "magic" is necessary, without any extension. Then, make sure that xdebug is either turned off or set the ini error_reporting to not display notices or warnings for the script.Hope this saves someone a few hours of frustration!