View Single Post
Join Date: Sep 2008
Posts: 15
Reputation: heenix is an unknown quantity at this point 
Solved Threads: 1
heenix heenix is offline Offline
Newbie Poster

Re: PHP progress bar

 
0
  #5
Sep 28th, 2008
Originally Posted by mohammed2raja View Post
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.
Reply With Quote