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

[PHP] File upload progress

2004-04-06 Thread Jeff McKeon
Does anyone know of a way to display the %complete of a file upload using a form (POST) method? In other words, I have a form for uploading files to the server. The files are pretty large, 50,000+ lines and it takes a good 3-4 minutes to upload. Is there any way to show the progress of this

RE: [PHP] File upload progress

2004-04-06 Thread Steve Murphy
: [PHP] File upload progress Does anyone know of a way to display the %complete of a file upload using a form (POST) method? In other words, I have a form for uploading files to the server. The files are pretty large, 50,000+ lines and it takes a good 3-4 minutes to upload. Is there any way

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

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 megaupload http://www.raditha.com/megaupload

RE: [PHP] File upload progress

2004-04-06 Thread Jeff McKeon
- From: Jeff McKeon [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 06, 2004 4:40 PM To: [EMAIL PROTECTED] Subject: [PHP] File upload progress Does anyone know of a way to display the %complete of a file upload using a form (POST) method? In other words, I have a form for uploading files

RE: [PHP] File upload progress

2004-04-06 Thread Steve Murphy
for 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 megaupload http

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 will

RE: [PHP] File upload progress

2004-04-06 Thread Steve Murphy
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 or may not be an issue

RE: [PHP] File upload progress

2004-04-06 Thread daniel
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 Steve Murphy ([EMAIL PROTECTED]): I'm sorry to hear that. You could use one

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

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 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 post info.

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 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 perl cgi to measure