uploadprogress_get_info always giving null

Discussion in 'PHP' started by ahdsan, May 29, 2012.

  1. #1
    I have an application where I am showing progress bar using uploadprogress_get_info
    It was working fine few days back but suddenly the progress bar is not showing .
    It is always returning null.
    Pls guide on how I can resolve this error.

    I have set the below in the file...

    ini_set('max_input_time', 6000);
    ini_set('max_execution_time', 6000);
    ini_set('memory_limit','1200M');
    set_time_limit(6000);
     
    ahdsan, May 29, 2012 IP
  2. superdav42

    superdav42 Active Member

    Messages:
    125
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    58
    #2
    See https://bugs.php.net/bug.php?id=57728
    Probably the most likely problem is you are uploading a file larger than upload_max_filesize ini variable. But it could be a Suhosin extension, PHP or the uploadprogress extension. Uploading all of them to the latest version will likely fix the problem.
     
    superdav42, May 29, 2012 IP
  3. ahdsan

    ahdsan Member

    Messages:
    74
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #3
    i chkd the upload_max_filesize, its 200M.
    what is suhosin extension ?
    and php version is 5.2.4
     
    ahdsan, May 31, 2012 IP