I have searched this forum before posting, and did not find instructions for installing this extension.
Have been to php.net too without success.
I have downloaded the extension and need to install it to my local Debian server.
TIA.
PECL uploadprogress extension
The instructions for installing PECL extensions are here.
If, by chance, you're already using PHP 5.4, the extension is not necessary as progress monitoring via the session is already built in.
I actually am using PHP 5.4.0-3, but Drupal is looking for that module instead of realizing it is not needed.
Thanks for answer.