diff options
-rw-r--r-- | PHP_DW.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -63,6 +63,7 @@ class PHP_DW { header('Content-Description: File Transfer'); header('Content-Disposition: attachment; filename=' . $filename); + header('Content-Type: application/octet-stream'); header('Content-Length: '. $fstats['size']); header('Cache-Control: private'); |