下載我需要通過頭下載文件幫助其工作正常,但問題是,該文件是一個文件夾中的地方,我不知道如何給路徑特定文件。文件下載總是給我空文件。我的基本sanario是,我點擊一個鏈接(圖片)下載該送我到一個名爲download.php.in該網頁我設置標頭下載點擊文件好像文件通過頭
其他頁面命名網頁上的文件(documents.php)這是一個鏈接(document.php)
<a href="download.php?title=<?=$arr['title']?> "><img src="images/xl_icn.jpg" alt="" width="19" height="20" /></a>
這是頭(的download.php)
header('Content-type: application/vnd.openxmlformats-officedocument.wordprocessingml.document');
header("Content-Disposition: attachment; filename='".$_GET['title']."'");
if(isset($_SESSION)){
header('Location: documents.php');
}
和下載它送我回documents.php網頁,但這些文件之後,我想下載是在文件夾上傳/文件,我不知道如何下載該文件頁在上傳/文件中。
我會建議你使用這個腳本http://www.zubrag.com/scripts/download.php – Kamal 2012-03-29 07:13:18