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 ([E

Re: [PHP] Re: progress in PHP

2003-12-23 Thread Jeremy Johnstone
on a script that handles and tracks the > upload and another that shows 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, Dec

Re: [PHP] Re: progress in PHP

2003-12-23 Thread Manuel Lemos
ECTED] 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 trie

Re: [PHP] Re: progress in PHP

2003-12-23 Thread Raditha Dissanayake
oming data 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: progre

Re: [PHP] Re: progress in PHP

2003-12-23 Thread Manuel Lemos
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. It wasn't worth all the p

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 T

RE: [PHP] Re: progress in PHP

2003-12-23 Thread Larry Brown
P] 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

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 http://pe

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 i

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 unsubs

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 Steve Murphy
ssage- From: 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 ac

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 progr

RE: [PHP] Re: progress in PHP

2003-12-22 Thread Chris W. Parker
Steve Murphy 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 do

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? An

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 do

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 d

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

2003-12-22 Thread Steve Murphy
-G [mailto:[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 upl

[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 as