Top
====================================================================
<download.php> Header("Content-Disposition: attachment; filename=$name"); Header("Content-Type: text/html; charset=utf-8"); Header("Content-Length: ".filesize("$fname")); Header("Pragma:no-cache"); // 이놈을 삭제 해줘야 한다.
Header("Expires: 0"); ====================================================================