摘要:
<?php$file = 'monkey.gif';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 阅读全文
posted @ 2011-12-05 14:43
天空尚兰
阅读(193)
评论(0)
推荐(0)

浙公网安备 33010602011771号