PHP progress bar
Please support our PHP advertiser: Free Online Load Test - How many visitors can your web site handle?
![]() |
•
•
Posts: 25
Reputation:
Solved Threads: 1
I hv design a progress bar, the method start_progrss() starts the progress bas and the method end_progrss() stops the progress bar.
I develop two file 1. loginfile.php and
2. downloadfile.php
My loginfile.php contain two text fields user name and password.
/*********loginfile.php ************/
Now my problem is how i stop progress bar by calling stop_progress() once the user name and password is verified. Please give any suggestion.
I develop two file 1. loginfile.php and
2. downloadfile.php
My loginfile.php contain two text fields user name and password.
/*********loginfile.php ************/
JavaScript Syntax (Toggle Plain Text)
function mysubmit(){ //code start_progress(); // here i start progress bar window.location.href = "downloadfile.php?getLoginName=" + getLoginName+"&getLoginPass="+getLoginPass; //code }
Now my problem is how i stop progress bar by calling stop_progress() once the user name and password is verified. Please give any suggestion.
Last edited by peter_budo : Sep 28th, 2008 at 7:17 pm. Reason: Keep It Organized - please use [code] tags
•
•
Posts: 15
Reputation:
Solved Threads: 1
•
•
•
•
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.
![]() |
Similar Threads
Other Threads in the PHP Forum
- progress bar (Visual Basic 4 / 5 / 6)
- About:Blank in internet options. (Viruses, Spyware and other Nasties)
- Internet Connection Virus Trouble (Viruses, Spyware and other Nasties)
- Annoying Pop-Up (Viruses, Spyware and other Nasties)
- hijackthis log for viruses? (Viruses, Spyware and other Nasties)
- antispylab.com these bastards should be flogged (Viruses, Spyware and other Nasties)
- TagASaurus (Viruses, Spyware and other Nasties)
- Heeelp (Viruses, Spyware and other Nasties)
- Need Serious Help With My HIJACKTHIS Log (Viruses, Spyware and other Nasties)
- project help (Visual Basic 4 / 5 / 6)
Other Threads in the PHP Forum
- Previous Thread: I have problem with two value search
- Next Thread: Linking username to profile...
•
•
•
•
Views: 2453 | Replies: 5 | Currently Viewing: 1 (0 members and 1 guests)





Linear Mode