$id=$_GET['id']; $avatar=$_GET['avatar']; $url="show/"; header("Content-type:application"); header("Content-Disposition: attachment; filename=".$avatar); readfile($url.str_replace($url,"",$avatar)); exit(0);
確定路徑和檔名是對的,確定也有照片在!下載下來的圖片卻是什麼都沒有
相关分类