Installing PECL uploadprogress library?
bmblack - September 8, 2009 - 20:42
I get the following message in my status report:
"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 install APC."
It has a link to the library, so I'm able to download it, but can anybody tell me HOW to INSTALL it??
I've googled this and I keep finding command line instructions - but I have no clue how to do that. I'm running Drupal 6 and it's hosted on BlueHost.com

_
There's some threads right here on drupal.org: http://drupal.org/search/apachesolr_search/uploadprogress. Depending on your hosting environment (ie shared hosting), you may not be able to install it yourself.
_
Don't be a Help Vampire - read and abide the forum guidelines.
If you find my assistance useful, please pay it forward to your fellow drupalers.
You're right. I contacted
You're right. I contacted bluehost and they told me that is not something that end users can do. It has to be installed by them. This is something they will do based on request though.
Did this work?
I use Bluehost too. I am curious if it worked for you.
I asked and was told intially:
I then followed up, and sent a link to this discussion and received:
and then later:
I made the changes noted, and phpinfo() says upload progress is enabled, but my bar does not move.
If you go into your bluehost
If you go into your bluehost control panel, under software and service is PHP PEAR packages. If you go in there, you can find CodeGen_PECL and enable it. That seemed to work for me. My progress bar finally works.
_
I can't speak to bluehost specifically, but there are 2 different methods of getting uploadprogress installed. One is the the PECL extension, which seems to require apache mod_php. The other is part of the APC extension and doesn't require anything but APC (and whatever its dependencies are). It's not quite the same functionality however-- the apc version is less functional than the pecl version. I believe there's an issue in the filefield issue queue that discusses this.
_
Don't be a Help Vampire - read and abide the forum guidelines.
If you find my assistance useful, please pay it forward to your fellow drupalers.
Bluehost installed PECL Upload Progress for me
Just to throw in my 2 cents worth... when I initially requested Bluehost to install it for me, they told me on 7/01/09
I pursued it again on 12/02/09 after reading these posts and finding this in their Knowledgebase
Voila! They installed it for me this time. It's now installed and functioning, but not without a few glitches.
I still had the error on the Drupal status report and it wasn't showing up in phpinfo(), so I contacted them again, inquiring if the php.ini file needed to be changed.
When I navigated to my website, it had a fatal error. Turns out they had changed my php memory limit back to the default of 32. I changed it back to 96 in the php.ini and the error went away. Phpinfo() then showed that uploadprogress was enabled and the error was gone from the status report. I received an error however when I tried to upload a file because they had changed the file upload size back to the default of 2MB. I bumped it up in the php.ini file and the progress bar now moves when uploading a file :-)
I hope this helps someone else.