Download file with internet explorer & safari
header("Content-Type: application/octet-stream");
header("Content-Disposition: attachment; filename=".$_GET['path']);
readfile($_GET['path']); header("Content-Type: application/octet-stream");
header("Content-Disposition: attachment; filename=".$_GET['path']);
readfile($_GET['path']);
Comments
these lines should be pasted under header.php file but please notice that we do not offer files modifications.
Thanks!