Uber upload failing at 423mb?

Discussion in 'PHP' started by blwire, Apr 23, 2009.

  1. #1
    Hey i have a script that uses uberupload to upload files and whenever i try to upload files over 500mb it stops uploading at 423mb. All my php.ini setting are set at 1024mb for post and uploads and the max execution time was set to unlimited so any ideas? Thanks for the help.
     
    blwire, Apr 23, 2009 IP
  2. szalinski

    szalinski Peon

    Messages:
    341
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #2
    if you're on shared hosting, it's possible your own ini settings are being overwridden by a main configuration somewhere.
     
    szalinski, Apr 23, 2009 IP
  3. blwire

    blwire Peon

    Messages:
    85
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    na its a dedi
     
    blwire, Apr 23, 2009 IP
  4. szalinski

    szalinski Peon

    Messages:
    341
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #4
    check your apache logs and see is there anything interesting? also as far as i'm aware, the uber-upload script uses cURL to upload files so it could be something got to do with that, and not your server. either way the logs should probably mention if it was a script-timeout.
     
    szalinski, Apr 23, 2009 IP
  5. SGBoise

    SGBoise Peon

    Messages:
    647
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Take a look at these two:

    post_max_size - The maximum file size when uploading files with post (the upload form).
    max_input_time - The maximum time a script is allowed to parse input data. Ex. POST, GET, and file uploads.
     
    SGBoise, Apr 23, 2009 IP
  6. blwire

    blwire Peon

    Messages:
    85
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Hey SG, all the php.ini settings are set properly, i disabled eaccelerator and fcgi so im gonna try again tonight and see if it works.
     
    blwire, Apr 23, 2009 IP
  7. mfscripts

    mfscripts Banned

    Messages:
    319
    Likes Received:
    4
    Best Answers:
    8
    Trophy Points:
    90
    Digital Goods:
    3
    #7
    Don't suppose it's a storage issue i.e. limited space on tmp. Don't know if this would effect it during the upload stage...
     
    mfscripts, Apr 24, 2009 IP
  8. blwire

    blwire Peon

    Messages:
    85
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Its on a 1TB hd so dont think so :) lol also i disabled eaccelerator and recompiled php without fcgi and it still doesn't work. Realy bugging me atm lol thanks for the help.
     
    blwire, Apr 27, 2009 IP
  9. pixmania

    pixmania Peon

    Messages:
    229
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #9
    It seems strange that it would stop on 423mb and not just some random number, so I'm only guessing theres something wrong with what you thought was right:confused: how many bytes did you set your max_upload_size in the uber config

    423mb = 443547648bytes

    or 1000mb = 1048576000bytes
     
    pixmania, Apr 27, 2009 IP
  10. MenOnWeb

    MenOnWeb Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    What does you apache log file say?
     
    MenOnWeb, Apr 28, 2009 IP
  11. mfscripts

    mfscripts Banned

    Messages:
    319
    Likes Received:
    4
    Best Answers:
    8
    Trophy Points:
    90
    Digital Goods:
    3
    #11
    What I meant was more in relation to partitions on the box. I've previously had a server with 180GB drive in total, however only 1GB mounted on tmp.......
     
    mfscripts, May 2, 2009 IP