Welcome Guest, Not a member yet? Register   Sign In
can't upload exe files from safari
#1

[eluser]Zelaza[/eluser]
Safari identifies exe files as application/x-msdownload, so exe files are not identified as allowed types, even if "exe" is in the upload allowed types list...

Fix
Need to change the exe line in mimes.php as follows:

'exe' => array('application/octet-stream', 'application/x-msdownload'),
#2

[eluser]wicahyanto[/eluser]
it's happen to me too, I use firefox 2 on WAMP.

More fix in config/mimes.php

'exe' => array ('application/octet-stream','application/x-msdownload','application/x-msdos-program')




Theme © iAndrew 2016 - Forum software by © MyBB