摘要:
$file = 'putty.txt';if (file_exists($file)) { header('Content-Description: File Transfer'); header('Content-Type: application/octet-stream'); header('Content-Disposition: attachment; filename='.basename($file)); header('Content-Transfer-Encoding: binary'); hea 阅读全文
posted @ 2011-06-16 18:23
ABIND
阅读(178)
评论(0)
推荐(0)
浙公网安备 33010602011771号