Saturday, August 28, 2010

How to install uploadprogress php extension on linux machine?

Guys,

1. Download source file from : http://pecl.php.net/package/uploadprogress/
2. tar -xvzf uploadprogress-1.0.0.tgz
3. cd uploadprogress-1.0.0
4. phpize
5. ./configure
6. make
7. make install
8. uploadprogress.so will go to /usr/lib/php/extensions/no-debug-non-zts-20060613/
9. echo "extension=uploadprogress.so" >> /usr/lib/php/php.ini

10. Restart webserver.

That's it. Try :)

No comments:

Post a Comment