0
votes
How do I configure IE7 to download filetype instead of opening in browser
For PHP, try using these headers:
header("Content-Type: application/force-download");
header("Content-Type: application/octet-stream");
header("Content-Type: application/dow …
