Hallo mougl,
im Terminal:
pear install http://pecl.php.net/get/uploadprogress-0.9.1.tgz
anschließend die php.ini ergänzen:
extension=uploadprogress.so
die Einträge für post_max_size sowie upload_max_filesize anpassen:
; Maximum size of POST data that PHP will accept.
post_max_size = 150M
; Whether to allow HTTP file uploads.
file_uploads = On
; Maximum allowed size for uploaded files.
upload_max_filesize = 150M
... und den Apache neu starten.
Uploadprogress wird anschließend auch bei phpinfo() angezeigt.
Gruß
Ralf