Drupal - File Upload Progress

I have a site that is using Drupal and under Status, I get the following message: “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 installAPC.”

Is it possible to access either of these libraries on your shared servers or is this functionality not available?

We are using Apache with FastCGI as Linux web server and IIS as Windows web server. Upload progress simply will not work with Apache with FastCGI and IIS. Upload progress only works if you’re running in mod_php mode (as a native Apache extension).