PHP version 5.2 adds support in getting uploaded data size during file uploads.

Is now possible to create true progress meter which indicates how many KB of the file
still needs to be uploaded.

For more informations:
http://www.dinke.net/blog/2006/11/04/php-52-upload-progress-meter/en/
http://blog.bitflux.ch/archive/2006/09/28/upload-progress-meter-extensio...

PECL implementation:
http://pecl.php.net/package/uploadprogress

Fabio Varesano

Comments

Steven’s picture

This should be relatively easy to add support for. The JS is all there.

chx’s picture

Status: Active » Closed (won't fix)

You still need a PHP extension for that.

fax8’s picture

Status: Closed (won't fix) » Postponed

chx, you are right...

And obviously we could not expect people to have that extension installed.

However I would like to leave this one as postponed: this is a key feature for PHP
and I'm almost sure that we will have support for this in PHP core.

Then we will be able to use it on Drupal.

lilou’s picture

lilou’s picture

Status: Postponed » Closed (works as designed)