|
|
|
ทำ LinkDownload ไฟล์ที่แนบ อยากทำ Link สำหรับ download ไฟล์อะคับ แต่เมื่อ Click ไปแล้วมันให้ Download |
|
|
|
|
|
|
|
ขอดู Code หน่อยคับ
|
|
|
|
|
Date :
14 พ.ค. 2550 17:51:58 |
By :
pok1709 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
รบกวนด้วยนะคับ ผมจนปัญญาแล้ว ถ้าได้วิธีแก้ใน Interbase เป็นของแถมจะขอบคุณมั่กม้ากกกกเลยคับป๋ม
$sql = "select $filedate, contenttype, filename from $table where $filedate = '$reportdate' and datatype_id = '$datatype'";
$dbquery = mysql_query($sql);
$result = mysql_fetch_array($dbquery);
if(!$result){
header("location: listreport.php?type=$datatype");
exit();
}
header("Content-type: ".mysql_result($dbquery, 0, 'contenttype'));
echo mysql_result($dbquery, 0, 'filename');
|
|
|
|
|
Date :
16 พ.ค. 2550 16:10:21 |
By :
santakoong |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ใส่ตัวนี้ไปเลยงับ
header("Content-type: ประเภทไฟล์ เช่น image/png");
header("Content-length: ขนาดไฟล์เป็น Byte นะงับ");
header("Content-Disposition: attachment; filename=ชื่อไฟล์ไม่ใช่ URL นะ เช่น xxx.png");
$file=fopen("ใส่ URL ของไฟล์ เช่น xxx/xxx.png","r");
fpassthru($file);
โค้ดเดียวกับเว็บ http://upfile.azureworld.net งับ (ถือโอกาสโฆษณาซะเยย)
_____________________________________________
เว็บฝากไฟล์ 1 GB => http://upfile.azureworld.net
|
|
|
|
|
Date :
18 พ.ค. 2550 14:49:33 |
By :
ด้นน้อย |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|