RE: [PHP] Re: progress in PHP

2003-12-23 Thread Steve Murphy
: Chris W. Parker [mailto:[EMAIL PROTECTED] Sent: Monday, December 22, 2003 4:44 PM To: [EMAIL PROTECTED]; David T-G Cc: [EMAIL PROTECTED] Subject: RE: [PHP] Re: progress in PHP Steve Murphy mailto:[EMAIL PROTECTED] on Monday, December 22, 2003 1:03 PM said: Well its actually a pure PHP upload

Re: [PHP] Re: progress in PHP

2003-12-23 Thread Raditha Dissanayake
tweaking. -Original Message- From: David T-G [mailto:[EMAIL PROTECTED] Sent: Monday, December 22, 2003 3:16 PM To: [EMAIL PROTECTED] Cc: Steve Murphy Subject: Re: [PHP] Re: progress in php Steve -- ...and then Steve Murphy said... % % David, % A window will popup with the progress meter

Re: [PHP] Re: progress in PHP

2003-12-23 Thread Ed Curtis
Join the 11,000 people who use megaupload progress bar (with a little help from perl) http://www.sourceforge.net/projects/megaupload/ I tried. It wasn't worth all the perl mods I would to have had to install to make it work. Ed -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] Re: progress in PHP

2003-12-23 Thread James Kaufman
On Tue, Dec 23, 2003 at 11:46:50AM -0500, Ed Curtis wrote: Join the 11,000 people who use megaupload progress bar (with a little help from perl) http://www.sourceforge.net/projects/megaupload/ I tried. It wasn't worth all the perl mods I would to have had to install to make it work.

Re: [PHP] Re: progress in PHP

2003-12-23 Thread Manuel Lemos
Hello, On 12/23/2003 03:31 PM, James Kaufman wrote: Join the 11,000 people who use megaupload progress bar (with a little help from perl) http://www.sourceforge.net/projects/megaupload/ I tried. It wasn't worth all the perl mods I would to have had to install to make it work. Check out

RE: [PHP] Re: progress in PHP

2003-12-23 Thread Larry Brown
How does perl show progress of the upload if it is a server side scripting language and php can't do it because it is server side? -Original Message- From: Manuel Lemos [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 23, 2003 12:46 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] Re

Re: [PHP] Re: progress in PHP

2003-12-23 Thread David T-G
Raditha, et al -- ...and then Raditha Dissanayake said... % % Join the 11,000 people who use megaupload progress bar (with a little % help from perl) % http://www.sourceforge.net/projects/megaupload/ Sounds nice. Does it require JS in the browser? TIA HAND Happy Holidays :-D -- David

Re: [PHP] Re: progress in PHP

2003-12-23 Thread Manuel Lemos
PM To: [EMAIL PROTECTED] Subject: Re: [PHP] Re: progress in PHP Hello, On 12/23/2003 03:31 PM, James Kaufman wrote: Join the 11,000 people who use megaupload progress bar (with a little help from perl) http://www.sourceforge.net/projects/megaupload/ I tried. It wasn't worth all the perl mods I

Re: [PHP] Re: progress in PHP

2003-12-23 Thread Raditha Dissanayake
to a temporary file. OTOH, Perl provides support to handle the incoming HTTP request as it happens, not after it is done. -Original Message- From: Manuel Lemos [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 23, 2003 12:46 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] Re: progress in PHP Hello

Re: [PHP] Re: progress in PHP

2003-12-23 Thread Manuel Lemos
] Sent: Tuesday, December 23, 2003 12:46 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] Re: progress in PHP Hello, On 12/23/2003 03:31 PM, James Kaufman wrote: Join the 11,000 people who use megaupload progress bar (with a little help from perl) http://www.sourceforge.net/projects/megaupload/ I tried

Re: [PHP] Re: progress in PHP

2003-12-23 Thread Jeremy Johnstone
the progress. That is why you need to show progress in a popup or a separate frame. -Original Message- From: Manuel Lemos [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 23, 2003 12:46 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] Re: progress in PHP Hello, On 12/23/2003 03

Re: [PHP] Re: progress in PHP

2003-12-23 Thread Manuel Lemos
Hello, On 12/24/2003 03:47 AM, Jeremy Johnstone wrote: FWIW, here is a link to a PHP extension which enables the ability to track the progress of a PHP upload. I did not write the extension, so if it breaks something I am not responsible. It was previously discussed on the php-dev mailing list

[PHP] Re: progress in php (was Re: [PHP] Working pop-up progress window)

2003-12-22 Thread David T-G
Steve, et al -- ...and then Steve Murphy said... % % 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: Heh :-) I always

RE: [PHP] Re: progress in php (was Re: [PHP] Working pop-up progress window)

2003-12-22 Thread Steve Murphy
:[EMAIL PROTECTED] Sent: Monday, December 22, 2003 2:20 PM To: PHP General list Cc: Steve Murphy Subject: [PHP] Re: progress in php (was Re: [PHP] Working pop-up progress window) Steve, et al -- ...and then Steve Murphy said... % % Every time I see someone ask about an upload meter a hardcore

Re: [PHP] Re: progress in php

2003-12-22 Thread David T-G
Steve -- ...and then Steve Murphy said... % % David, % A window will popup with the progress meter. Obviously don't block popups and try using a larger file if you have a high speed line, it takes a second for the meter to start and if the upload is done it won't popup properly. Ah. Since I

RE: [PHP] Re: progress in PHP

2003-12-22 Thread Steve Murphy
Subject: Re: [PHP] Re: progress in php Steve -- ...and then Steve Murphy said... % % David, % A window will popup with the progress meter. Obviously don't block popups and try using a larger file if you have a high speed line, it takes a second for the meter to start and if the upload is done

Re: [PHP] Re: progress in PHP

2003-12-22 Thread David T-G
Steve, et al -- ...and then Steve Murphy said... % % Well its actually a pure PHP upload meter it just uses JS to open the window. You could make PHP open the window as well with a little tweaking. Now that might interest me. So what has been added to the PHP codebase that makes this work?

RE: [PHP] Re: progress in PHP

2003-12-22 Thread Chris W. Parker
Steve Murphy mailto:[EMAIL PROTECTED] on Monday, December 22, 2003 1:03 PM said: Well its actually a pure PHP upload meter it just uses JS to open the window. You could make PHP open the window as well with a little tweaking. Unless I'm missing something here this is incorrect. PHP does

Re: [PHP] Re: progress in PHP

2003-12-22 Thread Ed Curtis
Now that might interest me. So what has been added to the PHP codebase that makes this work? And what tweaking would I need to do? [Can't I just have it display in the current window? Why bother with a popup?] From rumors I've heard on the list a future version of PHP may have a progress