Re: [PHP] progress bar for use with PHP uploads

2002-11-12 Thread 1LT John W. Holmes
There's no way to know the percentage of the file that's uploaded, so you can't have a true progress indicator. You could just use a little popup that shows a 'wait, we're doing something' graphic that the following page closes when it loads. ---John Holmes... - Original Message - From: "

Re: [PHP] progress bar for use with PHP uploads

2002-11-12 Thread Ernest E Vogelsinger
At 17:27 12.11.2002, Kenn Murrah spoke out and said: [snip] >Can anyone point me in the direction of a Javascript code snippet that would >display a progress bar for a PHP upload? I'm sure it can be done that way, >but honestly, I lack the Javascript skill