Uploadprogress
pecl install uploadprogress
vi /etc/php5/apache2/conf.d/uploadprogress.ini (note, the .ini is important, or php won't read the additional ini files parsed!)
; drupal wants uploadprogress, installed using ; pecl install uploadprogress ; so here it is extension=uploadprogress.so
service apache2 restart