Originally Posted by
mohammed2raja
Hi, I want to display a progress bar when one file is downloading in php. Can any body help me?
This is a duplicate thread, I was about to reply to your other thread (currently the one *below* this in the forum tables). I've not got forever to explain the workings of PHP file uploading or provide you with all the code, so i've got some resources for you to look at.
http://bluga.net/projects/uploadProgressMeter/ - Open source progress meter
http://www.raditha.com/php/progress.php - Using a mix of PERL and PHP
http://www.ibm.com/developerworks/li...525/index.html - How to do this in PHP 5.2 +
Believe it or not, this was all in the first page of a google query for "php file upload progress".
Christopher Lord.