Closed (works as designed)
Project:
Drupal core
Version:
6.x-dev
Component:
upload.module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 Jan 2007 at 00:32 UTC
Updated:
30 Aug 2008 at 18:52 UTC
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
Comment #1
Steven commentedThis should be relatively easy to add support for. The JS is all there.
Comment #2
chx commentedYou still need a PHP extension for that.
Comment #3
fax8 commentedchx, 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.
Comment #4
lilou commentedSee http://drupal.org/project/uploadprogress
Comment #5
lilou commented