I can't think of a way to do this via PHP only- I'm pretty sure the file is 
sent in the POST request, therefore the page has not begun to output 
anything. Perhaps when you saw it done it was a java applet running in the 
browser?



On Wednesday 22 January 2003 08:10 pm, Victor wrote:
> Is there a way to find out total upload file size from a file uploaded
> though an html form? I figure if I know the total size, then I can just
> consistently poke at the file being uploaded and math a progress bar for
> the file being uploaded, of course, this all hangs upon the ability of
> getting the total file size BEFORE it is uploaded. It IS possible I have
> seen it done with JSP; anybody can help me with this? Thanks
>
> - Vic
>
> ______________________________________________________________________
> Post your free ad now! http://personals.yahoo.ca


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

Reply via email to