How to enable PECL uploadprogress for Drupal

$ sudo apt-get install php-pear
$ sudo apt-get install php5-dev
$ sudo pecl install uploadprogress

Edit php.ini located in  /etc/php5/apache2/php.ini
Add this line in the end:

extension=uploadprogress.so

And restart Apache

$ sudo /etc/init.d/apache2 restart

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s