Hi Arijit,

Unfortunately, I don't think there is.  The file data is sent in the 
*request* for the PHP page, meaning the PHP page doesn't even get sent back 
to the user until the file is done uploading.  So there's not really any 
choice but for the user to view the page with the upload form until the 
file is done uploading.

-Mike

At 01:21 AM 5/4/02 +0530, Arijit Chaudhuri wrote:
>Hi all,
>
>File uploads are a breeze to code in php. However, I have got a request from
>a client to show the percentage uploaded or some graphic progress monitor as
>the upload process is difficult to track for large files. Is there any way
>of coding such a progress tracker for file uploads in php?
>
>Regards,
>Arijit Chaudhuri


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

Reply via email to