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'),


Messages In This Thread
can't upload exe files from safari - by El Forum - 04-11-2009, 04:19 PM
can't upload exe files from safari - by El Forum - 04-27-2009, 05:30 PM



Theme © iAndrew 2016 - Forum software by © MyBB