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