i use a program called upload progress meter, it can be downloaded here: http://pdoru.from.ro/upload-progress-meter/ I just wrote an ajax function to return the % of the download, and filled a div on each upload. It depends on how often you poll for the %, but most likely it won't be a smooth transition from 0-100% it will jump, 0, 12, 28, 38, 52, 71, 88, 92, 100, or something similar. you will have to phpize the function and install it as a dynamic module, but it works for me. hope this helps. On 7/17/07, Tom Ray [Lists] <lists@xxxxxxxxxxxxxxxx> wrote:
I'm a little unsure on how to do this but basically when someone uses a form to upload a file I want to have a popup window come up and so the process in percentage of the transfer. Anyone do this before? Is it possible in PHP or do I need to do it in javascript or a mixture of both? Any suggestions, ideas, commands or functions to try to use? I would greatly appreciate it. Thanks! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php