Hi Ed, Every time I see someone ask about an upload meter a hardcore programmer writes back saying no one ever asks for it so why should anyone work on one? I have a demo up of what you might be looking for, check it out here:
http://www.pfohlsolutions.com/projects/upload/ You will need to recompile PHP but its a very convenient tool that many of my clients ask for, enjoy. Steve -----Original Message----- From: Ed Curtis [mailto:[EMAIL PROTECTED] Sent: Monday, December 22, 2003 12:19 PM To: [EMAIL PROTECTED] Subject: [PHP] Working pop-up progress window I've read through the archives and run through some of the suggestions given for progress bars and pop ups with animated gifs and haven't had much luck. I've had the most luck using the pop-up window method. In the <form> element I call onSubmit="{open some window here}" This works as the pop-up appears while the file is transferring. Here's where I run into problems. I've tried all kinds of examples found on google and can never get it to work right. In the script where my form goes to, I'm supposed to use a <body onLoad="window.close()" call to close my pop-up. I've actually tried this 2 ways. I've used it as afore mentioned as well as <body onUnload=""> on the page containing the form. Either my pop-up stays open or I close the parent window. Does anybody have a working example I could work off of so I could please my boss. Personally, I didn't want to do this but he thinks we should have these flashy things on out site. Thanks, Ed -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php