<form action="save.php" method="post"> <input type="submit" value="Сохранить изображение" /> </form>
<?php header("Content-Disposition: attachment; filename=img.jpg"); header("Content-Type: application/x-force-download; name=\"img.jpg\""); ?>