Installing uploadprogress-1.0.0 Extension for PHP in Debian 4
From Occhio FAQ
wget http://pecl.php.net/get/uploadprogress-1.0.0.tgz tar zxf uploadprogress-1.0.0.tgz cd uploadprogress-1.0.0 phpize && ./configure make make install locate php.ini mcedit /etc/php5/apache2/php.ini
I added the following line to the php.ini
extension=uploadprogress.so
/etc/init.d/apache2 restart