How to enable upload progress in Drupal

This is the usual warning displayed in status report:
Upload progress    Not enabled
Your server is capable of displaying file upload progress, but does not have the required libraries. It is recommended to install the PECL uploadprogress library (preferred) or to install APC.

These instructions advise on how to install the PHP extension  PECL-uploadprogress  in  FreeBSD  8.1.  As usual, make sure that your ports collection is up to date.  Also, these need to be run using sudo command (preferred) or as root.
cd /usr/ports/devel/pecl-uploadprogress
make install clean
/usr/local/sbin/apachectl graceful
The last command tells the Apache server to reload the configuration in order to enable the new PHP extension.

你可能感兴趣的:(How to enable upload progress in Drupal)