Allows you to search a variety of questions and answers
You can simply run
pecl install uploadprogress
If that does not work due to you having noexec on /tmp, as you should, you can then compile it from source.
A good how to is here:
http://forums.cpanel.net/f6/installi...al-107265.html
http://booser.com/showthread.php?t=2215
Download latest software from
PECL :: Package :: uploadprogress
Install
cd /usr/local/src
wget http://pecl.php.net/get/uploadprogress-1.0.0.tgz
tar -zxvf uploadprogress-1.0.0.tgz
cd uploadprogress-1.0.0
phpize
./configure
make
make install
make install will show
# make install
Installing shared extensions: /usr/local/lib/php/extensions/no-debug-non-zts-20060613/
#
There will be line with the above path in php.ini
Edit php.ini file and add
extension = "uploadprogress.so"
Below the line
extension_dir = "/usr/local/lib/php/extensions/no-debug-non-zts-20060613"
Now php -m will list uploadprogressbar as a module
Now restart web server
service httpd restart
An excellent step by step tutorial for creating upload progress bar using php and ajax can be found here:
http://www.phpriot.com/articles/php-ajax-file-uploads
You can trust your business with AYKsolutions After a horrible experience with my prior host that left me with over 14 hours of downtime, AYKSolutions came in, took care of the transfer completely and made my life easier. When they say their servers are semi-managed, it means they take care of more then most managed server hosting companies. Average ticket response time? 2-5 minutes. One time i n the middle of the night it took 30 minutes. Problems that I create are fixed immediately and they take care of their customers. Artyom is the owner, who is somehow capable of not sleeping. He's always there to take care of everything with a personal touch. 3 AM on a Saturday? Not an issue for AYKSolutions. Trust me, I'm very thorough in researching a company. When it comes to business, you can never be too careful. I trust my business with AYKSolutions
Thanks for the fast sollution, it was my fault since my original e-mail got somehow bugged and I didn't got the invoice mails.