Register Register Member Login Member Login Member Login Forgot Password ??
PHP , ASP , ASP.NET, VB.NET, C#, Java , jQuery , Android , iOS , Windows Phone
 

Registered : 109,037

HOME > PHP > PHP Forum > อัพโหลด+ดวาน์โหลดได้ แต่เปิดไฟล์ไม่ได้ครับ รบกวนหน่อยครับ



 

อัพโหลด+ดวาน์โหลดได้ แต่เปิดไฟล์ไม่ได้ครับ รบกวนหน่อยครับ

 



Topic : 041209



โพสกระทู้ ( 27 )
บทความ ( 0 )



สถานะออฟไลน์




อัพโหลด+ดวาน์โหลดได้ แต่เปิดไฟล์ไม่ได้ครับ รบกวนหน่อยครับ

ตัวโค๊ดเนี้ยถ้าผม ระบุชื่อไฟล์โดยตรงมันจะ ดาวน์โหลดมาได้ และ เปิดไฟล์ได้ปกติครับ


Code (PHP)
    $download_path = $_SERVER['DOCUMENT_ROOT'] . "/domain.com/file_3gp";
    $filename="VC07RSHUZW.3gp";
   
    //$filename = $_GET['filename'];
   
    // Detect missing filename
    if(!$filename) die("I'm sorry, you must specify a file name to download.");
   
    // Make sure we can't download files above the current directory location.
    if(eregi("\.\.", $filename)) die("I'm sorry, you may not download that file.");
    $file = str_replace("..", "", $filename);
   
    // Make sure we can't download .ht control files.
    if(eregi("\.ht.+", $filename)) die("I'm sorry, you may not download that file.");
   
    // Combine the download path and the filename to create the full path to the file.
    $file = "$download_path/$file";
   
    // Test to ensure that the file exists.
    if(!file_exists($file)) die("I'm sorry, the file doesn't seem to exist. $file");
   
    // Extract the type of file which will be sent to the browser as a header
    $type = filetype($file);

    // Get a date and timestamp
    $today = date("F j, Y, g:i a");
    $time = time();

    // Send file headers
    header("Cache-Control: no-store, no-cache, must-revalidate");
    header("Cache-Control: post-check=0, pre-check=0", false);   
    header("Content-type: $type");
    header("Content-Disposition: attachment;filename=$filename");
    header('Pragma: no-cache');
    header('Expires: 0');

    // Send the file contents.
    readfile($file);


แต่ถ้าผมนำมาติดต่อกับ ฐานข้อมูล มันก็ดาวน์โหลดได้ครับ แต่เปิดไฟล์ไม่ได้ครับ


Code (PHP)
        $id=$_GET['id'];
        $sql="select * from tb_clips where id_clip='$id'";                   
        $result=mysql_db_query($dbname,$sql);
        $num_rows=mysql_num_rows($result);
        $record=mysql_fetch_assoc($result);

        $filename="$record[name_clip]";
        $download_path = $_SERVER['DOCUMENT_ROOT'] . "/domain.com/file_$record[type_clip]";
       
   
   
    // Detect missing filename
    if(!$filename) die("I'm sorry, you must specify a file name to download.");
   
    // Make sure we can't download files above the current directory location.
    if(eregi("\.\.", $filename)) die("I'm sorry, you may not download that file.");
    $file = str_replace("..", "", $filename);
   
    // Make sure we can't download .ht control files.
    if(eregi("\.ht.+", $filename)) die("I'm sorry, you may not download that file.");
   
    // Combine the download path and the filename to create the full path to the file.
    $file = "$download_path/$file";
   
    // Test to ensure that the file exists.
    if(!file_exists($file)) die("I'm sorry, the file doesn't seem to exist. $file");
   
    // Extract the type of file which will be sent to the browser as a header
    $type = filetype($file);

    // Get a date and timestamp
    $today = date("F j, Y, g:i a");
    $time = time();

    // Send file headers
    header("Cache-Control: no-store, no-cache, must-revalidate");
    header("Cache-Control: post-check=0, pre-check=0", false);   
    header("Content-type: $type");
    header("Content-Disposition: attachment;filename=$filename");
    header('Pragma: no-cache');
    header('Expires: 0');

    // Send the file contents.
    readfile($file);



รบกวนท่านใดสามารถ โปรดชี้แนะด้วยครับ
**ที่ผมใช้ โดค๊ดนี้ เพราะไม่อยากให้ ผู้ใช้รู้ ว่า การดาวน์โหลด เนี่ยไฟล์ ถูกเก็บไว้ไหน และ แต่ละไฟล์ชื่อไฟล์ว่าอะไร ประมาณเนี้ยครับ
** ผมลองใช้ Code ตาม บทความในนี้แล้ว ก็เป้ยปัญหาแบบเดีญวกัน คือ โหลดได้ แต่เปิดไม่ได้ครับ
ขอบคุณทึกท่านมากๆ ครับ




Tag : - - - -







Move To Hilight (Stock) 
Send To Friend.Bookmark.
Date : 2010-04-03 15:53:35 By : bouy2208 View : 1438 Reply : 1
 

 

No. 1

Guest


ใช้ <a ไปเลยง่าย






Date : 2012-07-01 20:30:54 By : d
 

   

ค้นหาข้อมูล


   
 

แสดงความคิดเห็น
Re : อัพโหลด+ดวาน์โหลดได้ แต่เปิดไฟล์ไม่ได้ครับ รบกวนหน่อยครับ
 
 
รายละเอียด
 
ตัวหนา ตัวเอียง ตัวขีดเส้นใต้ ตัวมีขีดกลาง| ตัวเรืองแสง ตัวมีเงา ตัวอักษรวิ่ง| จัดย่อหน้าอิสระ จัดย่อหน้าชิดซ้าย จัดย่อหน้ากึ่งกลาง จัดย่อหน้าชิดขวา| เส้นขวาง| ขนาดตัวอักษร แบบตัวอักษร
ใส่แฟลช ใส่รูป ใส่ไฮเปอร์ลิ้งค์ ใส่อีเมล์ ใส่ลิ้งค์ FTP| ใส่แถวของตาราง ใส่คอลัมน์ตาราง| ตัวยก ตัวห้อย ตัวพิมพ์ดีด| ใส่โค้ด ใส่การอ้างถึงคำพูด| ใส่ลีสต์
smiley for :lol: smiley for :ken: smiley for :D smiley for :) smiley for ;) smiley for :eek: smiley for :geek: smiley for :roll: smiley for :erm: smiley for :cool: smiley for :blank: smiley for :idea: smiley for :ehh: smiley for :aargh: smiley for :evil:
Insert PHP Code
Insert ASP Code
Insert VB.NET Code Insert C#.NET Code Insert JavaScript Code Insert C#.NET Code
Insert Java Code
Insert Android Code
Insert Objective-C Code
Insert XML Code
Insert SQL Code
Insert Code
เพื่อความเรียบร้อยของข้อความ ควรจัดรูปแบบให้พอดีกับขนาดของหน้าจอ เพื่อง่ายต่อการอ่านและสบายตา และตรวจสอบภาษาไทยให้ถูกต้อง

อัพโหลดแทรกรูปภาพ

Notice

เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ
อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง

   
  เพื่อความปลอดภัยและการตรวจสอบ กระทู้ที่แทรกไฟล์อัพโหลดไฟล์จากที่อื่น อาจจะถูกลบทิ้ง
 
โดย
อีเมล์
บวกค่าให้ถูก
<= ตัวเลขฮินดูอารบิก เช่น 123 (หรือล็อกอินเข้าระบบสมาชิกเพื่อไม่ต้องกรอก)







Exchange: นำเข้าสินค้าจากจีน, Taobao, เฟอร์นิเจอร์, ของพรีเมี่ยม, ร่ม, ปากกา, power bank, แฟลชไดร์ฟ, กระบอกน้ำ

Load balance : Server 04
ThaiCreate.Com Logo
© www.ThaiCreate.Com. 2003-2024 All Rights Reserved.
ไทยครีเอทบริการ จัดทำดูแลแก้ไข Web Application ทุกรูปแบบ (PHP, .Net Application, VB.Net, C#)
[Conditions Privacy Statement] ติดต่อโฆษณา 081-987-6107 อัตราราคา คลิกที่นี่