In Drupal, we can use a progress bar when uploading an image or file. But that needs a PHP PECL extension called uploadprogress. The following steps work for Ubuntu Precise (Ubuntu 12.04.1 LTS).
1. Install the php5-dev package.
- apt-get install php5-dev
Continue reading Ubuntu – Install PECL uploadprogress PHP extension on Nginx