Re: [PHP] File upload progress

2004-04-07 Thread Raditha Dissanayake
Eric Wood wrote: - Original Message - I posted about this the other day. I was directed to look at megaupload http://www.raditha.com/megaupload/ It works pretty well, I believe it uses Apache::Request to get the raw post info. I recently began to use megaupload, it relies

Re: [PHP] File upload progress

2004-04-06 Thread Eric Wood
- Original Message - > >>>I posted about this the other day. I was directed to look at > >>>megaupload http://www.raditha.com/megaupload/ > >>> > >>>It works pretty well, I believe it uses Apache::Request to > >>>get the raw post info. I recently began to use megaupload, it relies on pe

Re: [PHP] File upload progress

2004-04-06 Thread Raditha Dissanayake
[EMAIL PROTECTED] wrote: never worked for me plus what is this drag and drop system ? i get an exception Let's take this discussion to the mega upload message board (at http://www.sourceforge.net/projects/megaupload/) . I am sure others would appreciate that. thanx. Jeff McKeon wrote:

Re: [PHP] File upload progress

2004-04-06 Thread daniel
never worked for me plus what is this drag and drop system ? i get an exception > Jeff McKeon wrote: > >>>I posted about this the other day. I was directed to look at >>>megaupload http://www.raditha.com/megaupload/ >>> >>>It works pretty well, I believe it uses Apache::Request to >>>get the raw p

Re: [PHP] File upload progress

2004-04-06 Thread Raditha Dissanayake
Jeff McKeon wrote: I posted about this the other day. I was directed to look at megaupload http://www.raditha.com/megaupload/ It works pretty well, I believe it uses Apache::Request to get the raw post info. Unfortunately, the web server being used is IIS on a Windows Server, not Apache

Re: [PHP] File upload progress

2004-04-06 Thread Raditha Dissanayake
[EMAIL PROTECTED] wrote: There is a java appley which can do uploads, lemme know if u want me to find it Perhaps you are thinking of http://www.radinks.com/upload/ (this is a shameless plug) :-) Curt, Thats a very valid point. But as it was stated before, the average user does not understan

RE: [PHP] File upload progress

2004-04-06 Thread daniel
pache 2 and PHP 5 thread safe so we can all upgrade. > > Steve > > -Original Message- > From: Curt Zirzow [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 06, 2004 6:04 PM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] File upload progress > > > * Thus wrote

RE: [PHP] File upload progress

2004-04-06 Thread Steve Murphy
EMAIL PROTECTED] Sent: Tuesday, April 06, 2004 6:04 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] File upload progress * Thus wrote Steve Murphy ([EMAIL PROTECTED]): > I'm sorry to hear that. You could use one of the million ASP meters but then you > have to use IE on winblows which may

Re: [PHP] File upload progress

2004-04-06 Thread Curt Zirzow
* Thus wrote Steve Murphy ([EMAIL PROTECTED]): > I'm sorry to hear that. You could use one of the million ASP meters but then you > have to use IE on winblows which may or may not be an issue for you. > > Cross compatibility would also be solved if this was done by PHP. > > Maybe someone at PHP

RE: [PHP] File upload progress

2004-04-06 Thread Steve Murphy
this function in 4.4. Steve -Original Message- From: Jeff McKeon [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 06, 2004 5:18 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [PHP] File upload progress > > I posted about this the other day. I was directed to look at > m

RE: [PHP] File upload progress

2004-04-06 Thread Jeff McKeon
> > I posted about this the other day. I was directed to look at > megaupload http://www.raditha.com/megaupload/ > > It works pretty well, I believe it uses Apache::Request to > get the raw post info. > Unfortunately, the web server being used is IIS on a Windows Server, not Apache > Issues

RE: [PHP] File upload progress

2004-04-06 Thread Jeff McKeon
> -Original Message- > From: Steve Murphy [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 06, 2004 4:58 PM > To: [EMAIL PROTECTED] > Subject: RE: [PHP] File upload progress > > > I posted about this the other day. I was directed to look at > megaup

Re: [PHP] File upload progress

2004-04-06 Thread John W. Holmes
From: "Jeff McKeon" <[EMAIL PROTECTED]> > Does anyone know of a way to display the %complete of a file upload > using a form (POST) method? Look on phpclasses.org. I noticed there was a class mentioned in their last mailer that did just this. ---John Holmes... -- PHP General Mailing List (http

RE: [PHP] File upload progress

2004-04-06 Thread Steve Murphy
I posted about this the other day. I was directed to look at megaupload http://www.raditha.com/megaupload/ It works pretty well, I believe it uses Apache::Request to get the raw post info. Issues in general: Whenever this issue comes up people will ask why you need the functionality? I have a c