<?php
header
('Content-Type: image/png; charset=utf-8');
header("Content-Disposition: attachment; filename='täst.png'");
readfile('../metalink-test/test.png');
?>