Link Search Menu Expand Document

Information in this page is outdated. Last update was made on 01 March 2010.

PECL uploadprogress

Table of contents

  1. Ubuntu 11.10 installation
    1. Install PECL uploadprogress
    2. Edit your php.ini file
    3. Restart apache2

I installed plupload libraries in Drupal 7.x. Plupload is a highly usable upload handler for any CMS or similar. Plupload functions well if uploadprogress module is installed and enabled in PHP, though it will still function without it.

Ubuntu 11.10 installation

Install PECL uploadprogress

sudo pecl install uploadprogress

Edit your php.ini file

sudo vim /etc/php5/apache2/php.ini

and append the following:

extension=uploadprogress.so

Restart apache2

sudo service apache2 restart

That’s it.


Back to top

Comment(s)

This site uses a fork version of Just the Docs, a documentation theme for Jekyll, by Patrick Marsceill.
Copyright © 2008-2021 Timothy Escopete.
All rights reserved as provided by law.