Like others have said, not with just PHP.  What I do is have an animated GIF
show some dots light up and say uploading, and I make sure the browsers
status bar is visable.  The actual % completed is the job of the browser's
status bar to show.  Obviosly some browsers do this better than others.  You
know what though, you might be able to access this with some Javascript and
do it all on the client side, tell you the truth, I've never tried.

- Anthony

"Arijit Chaudhuri" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi all,
>
> Is there any way to show the progress on a file upload with PHP? I could
not
> find a way to access the file being uploaded till upload is complete when
> the usual copy function is used. There are some file management sites
which
> show a percentage completed similar to the Flash downloads. But none of
the
> ones I found are php coded.
>
> Regards,
> Arijit

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to