/ Published in: Other
This script can be used to install the PECL upload progress PHP extension. You'll know this extension from the Drupal status report page which encourages you to install it.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
cd .. cd tmp wget http://pecl.php.net/get/uploadprogress-1.0.1.tgz tar -xzvf uploadprogress-1.0.1.tgz rm uploadprogress-1.0.1.tgz cd uploadprogress-1.0.1 phpize ./configure make sudo make install #Then add the following line to the php.ini file located at /etc/php.ini: #extension=uploadprogress.so
URL: http://zoocha.com/what-we-do/drupal/