By Jordash on
I'm planning on allowing people to upload pretty large files so I need to let them see the progress of their uploads:
http://drupalmodules.com/module/filefield
This says that filefield can do it with a PECL uploadprogress Extension: found here: http://pecl.php.net/package/uploadprogress
I've never worked with Pecl or anything like that? How do I get the upload progress working?
Comments
_
You don't provide any info about your environment, but the easiest way is to enable the apc option for php. Otherwise, see some of these posts: http://drupal.org/search/apachesolr_search/uploadprogress.
I'm using Bluehost virtual
I'm using Bluehost virtual hosting in a Linux environment.
Install uploadprogress on Bluehost
Here is how I got it to work. Replace the paths with those that will work for your environment.
Build the php extension:
Install the php extension:
Hope this was helpful.
I am having this problem
I can't get upload progress to display on any filefield widget in bluehost
I followed your instructions exactly and each step was successful.
I can run phpinfo.php and SEE the extension is installed but it still doesn't work.
Bluehost told me that they will not run mod_php and to my understanding this module relies on that one to function correctly (or at all I'm assuming)
Any ideas?