PECL Upoadprogress

You may have seen this missing in your status report. I have finally gotten around to installing this. there are a few things that I had to do.

http://web3us.com/drupal6/Drupal%206%20-%20How%20to%20Guides/upload-progress-pecl-uploadprogress-library

this is a great link. read it. there is a lot of confusion because drupal tells you you need it but doesn’t really tell you how to enable it. that’s because it is really a function of the os. but the link will tell you what to do.

http://freestylesystems.co.uk/blog/installing-pecl-uploadprogress-extension-drupal-filefield-30-module

this is another good link on PECL.

PECL uploadprogress

do this to install and configure the upload progress module

Re: to install the PECL uploadprogress library


Quote:
Originally Posted by zargh View Post
Install the PHP developer package for the version of PHP you’re using. For example, in case of php5 run:
$ sudo apt-get install php5-dev

Install the PECL uploadprogress library:
$ sudo pecl install uploadprogress

Open php.ini :
$ sudo gedit /etc/php5/apache2/php.ini
Add the line “extension=uploadprogress.so” to php.ini

Restart apache:
$ sudo /etc/init.d/apache2 restart