download.php
if(isset($_GET['file'])){ $file = $_GET['file'];
header("Content-type: application/octet-stream"); header("Content-Disposition: attachment; filename=" . $file); }
Pamiętaj aby to jeszcze zabezpieczyć

Robisz sobie do tego jakiś przycisk/link download.php?file=nazwapliku.jpg