File upload code at any time out rate

Discussion in 'PHP' started by charan315, Apr 15, 2010.

  1. #1
    i tried many file upload codes but because of php timeout was 60sec non worked for large files only one code worked well, link 4 trial version. Any one had clone for this?

    http://softfiles.summoto.com/file/4897821/ElementIT.UltimateUploaderForPHP.zip
     
    charan315, Apr 15, 2010 IP
  2. mfscripts

    mfscripts Banned

    Messages:
    319
    Likes Received:
    4
    Best Answers:
    8
    Trophy Points:
    90
    Digital Goods:
    3
    #2
    You can adjust the time out within php in a number of ways:

    PHP code:
    .htaccess:
    php.ini:
     
    mfscripts, Apr 16, 2010 IP
  3. zappak

    zappak Active Member

    Messages:
    366
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    80
    #3
    set_time_limit(0);

    for non stop
     
    zappak, Apr 16, 2010 IP
  4. charan315

    charan315 Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Actually i use shared hosting i cant edit php.ini
     
    charan315, Apr 16, 2010 IP
  5. mfscripts

    mfscripts Banned

    Messages:
    319
    Likes Received:
    4
    Best Answers:
    8
    Trophy Points:
    90
    Digital Goods:
    3
    #5
    You can edit your htaccess, set it in the php code or even set a local php.ini in some instances. There are plenty of ways to do it.
     
    mfscripts, Apr 16, 2010 IP