<?php
header
('Content-Disposition: attachment; filename="file1.png"');
readfile('../metalink-test/test.png');
?>