/ Published in: PHP
Set headers for file download
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
function download_headers($filename) { // disable caching // force download // disposition / encoding on response body }