chrome upload rar file

See all posts See thread Reply

Re: chrome upload rar file new!
by devlism, 13 years, 11 months ago
I test in my local computer.

this is my phpinfo http://demo.devlism.com/phpinfo/

thank you.Reply
Re: chrome upload rar file new!
by colin, 13 years, 11 months ago
You need to make sure that you have at least Fileinfo PECL extension, or mime_magic extension activated. As you are on Windows, the UNIX file command will not be available.

On Windows, you need to activate mime_magic it like this in your php.ini
[mime_magic]
mime_magic.debug = On
mime_magic.magicfile = "c:\php\extras\magic.mime"

Note that I am not supporting the class on Windows, and will not be able to help further when it comes to the server configuration of MIME type detection methodsReply