Upload Progress Bar

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

Recent Updates

  • 2 years 2 days ago
  • 2 years 2 days ago
  • 2 years 4 days ago
    php 8.x
  • 2 years 6 days ago
    10.6.7
  • 2 years 1 week ago
    Drop Centos 5/6 stuff