diff --git a/app/public/actions/download.php b/app/public/actions/download.php index 953fcd1..2c914dd 100644 --- a/app/public/actions/download.php +++ b/app/public/actions/download.php @@ -20,7 +20,7 @@ finfo_close($finfo); //Use Content-Disposition: attachment to specify the filename - header('Content-Disposition: attachment; filename='.$remote_filename); + header('Content-Disposition: attachment; filename="'.$remote_filename.'"'); //No cache header('Expires: 0');