curl..php...timeout

Discussion in 'PHP' started by cavendano, Apr 20, 2008.

  1. #1
    i have a script which downloads videos from youtube and converts it to whatever format the user wants..
    the problem im having is that if the file is larger than 10 megs it will download and convert but the page seems to time out and the user gets "cannot display the webpage".

    The download completes the conversion completes..but the user doesnt get a response.

    any help is appreciated
     
    cavendano, Apr 20, 2008 IP
  2. OfeatO

    OfeatO Active Member

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    86
    #2
    <?php
    set_time_limit(3600);
     
    OfeatO, Apr 20, 2008 IP
  3. cavendano

    cavendano Well-Known Member

    Messages:
    360
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    130
    #3
    i just tested it...still timed out...i used IE and i received "Internet Explorer cannot display the webpage"

    would an ajax downloader do the trick as it would be constantly updating the page?
     
    cavendano, Apr 20, 2008 IP