i'm trying to make a progress bar which reflects the progress of a server-side script.
for example .. if i am uploading 20 pictures .. normally, the user would have no idea where the progress is until the php page finally finishes ..
but .. if i flush a new <script> and define the new progress, .. after each picture loads, then i can use javascript to show the user how far along they are. =)
server/client-side progress bar lol
www.codenewbie.com/test.php
here is my first script .. now i'm going to try your method .. it would allow me to be much more precice =)
thanks!