

On Linux server:. # cd /usr/local/src/. get the latest version # tar xvfz uploadprogress-VERSION.tgz. # cd uploadprogress-VERSION.# export PHPPREFIX='/usr/local'# $PHPPREFIX/bin/phpize#./configure# make# make install.
open your php.inie.g.# vi /usr/local/lib/php.iniadd the line you received followed by “uploadprogress.so”:; PECL uploadprogressextensiondir='/usr/local/lib/php/extensions/no-debug-non-zts-20060613/'extension=uploadprogress.so. # service httpd restart.