Skip to main content

Upload Progress Bar

Posted in

A PHP extension to track progress of a file upload.

yum install autoconf

Download the latest version of uploadprogress:
cd /extra/src
wget http://pecl.php.net/get/uploadprogress-1.0.1.tgz
tar
zvf uploadprogress-1.0.1.tgz
cd uploadprogress-1.0.1

Configure, build and install it:
phpize
./configure
make
make install

The output from make install should be something similar to:
Installing shared extensions:     /usr/local/lib/php/extensions/no-debug-non-zts-20060613/

Edit /usr/local/lib/php.ini and change extension_dir ="./" to the location of the newly installed extension:
extension_dir = "/usr/local/lib/php/extensions/no-debug-non-zts-20060613/"

Restart Apache:
svc -t /service/apache