Results 1 to 2 of 2
  1. #1

    Default DL a photo vs. DL a video in php


    hey guys..
    im trying to download a video using php but there seems to be a bug in my code. I allow users to upload and videos in my system but i also want them to download it. I have a code to download a photo and i am using this header configuration:
    PHP Code:
        header('Content-Description: File Transfer');
                
    header('Content-Type: application/octet-stream');
                
    header('Content-Disposition: attachment; filename='.basename($pic));
                
    header('Content-Transfer-Encoding: binary');
                
    header('Expires: 0');
                
    header('Cache-Control: must-revalidate, post-check=0, pre-check=0');
                
    header('Pragma: public');
                
    header('Content-Length: ' filesize($pic));
                
    ob_clean();
                
    flush();
                
    readfile($pic);
                exit; 
    it works ok in downloading a photo but i tried to use this code for downloading a video and its not working. So my question is "Is the header configuration of downloading a photo the same with the header configuration of downloading a video??"

    can any one help me plssss...

  2. #2
    ayaw na kabalaka ana juno... daug naka sa tagaytay leadership training... use THE SECRET... hahaha...

    lahi man jd cguru imong gamiton na header configuration kay g.try na gd nmu nya wala ni work... so lahi jd.... awa daw ang lain possible values for header('Content-Transfer-Encoding: binary'); murag d rana xa binary pirmi...

  3.    Advertisement

Similar Threads

 
  1. 128mb 128bit vs 256mb 64bit video card
    By norpax in forum Computer Hardware
    Replies: 14
    Last Post: 04-01-2009, 11:50 PM
  2. Streaming/Playing videos in PHP..help.
    By ichiriki in forum Programming
    Replies: 3
    Last Post: 10-08-2008, 05:15 PM
  3. VIVO (video in, video out) HOW TO USE?
    By weedmeister in forum Computer Hardware
    Replies: 6
    Last Post: 05-08-2006, 08:56 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top