php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #63496 session.upload_progress.name showing NULL values
Submitted: 2012-11-12 13:14 UTC Modified: 2012-11-13 08:36 UTC
From: mal dot sudipta at teksolv dot net Assigned:
Status: Not a bug Package: Session related
PHP Version: 5.4.8 OS: CentOs 6.3
Private report: No CVE-ID: None
 [2012-11-12 13:14 UTC] mal dot sudipta at teksolv dot net
Description:
------------
I am using PHP 5.4.8. The phpinfo() is displaying below information.

session.upload_progress.cleanup=On
session.upload_progress.enabled=On
session.upload_progress.freq=1%
session.upload_progress.min_freq=1
session.upload_progress.name=PHP_SESSION_UPLOAD_PROGRESS
session.upload_progress.prefix=upload_progress_

I want implement Progress Bar. I have used a hidden field into my form '<input type="hidden" value="123" name="<?php echo ini_get("session.upload_progress.name"); ?>">' and when i tried to get the values
by var_dump($_SESSION);. This is always showing 'array(0) { }' . I have also started the session_start(); into my code. I couldn't be able to find the solution. Please help me for this.

Test script:
---------------
My PHP version is PHP 5.4.8 and everything is set for Upload Progress bar. But the Upload Progress bar functionality is not working for me.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-11-13 08:36 UTC] johannes@php.net
-Status: Open +Status: Not a bug
 [2012-11-13 08:36 UTC] johannes@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.

.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 30 05:01:30 2024 UTC