RE: file upload process

2001-12-18 Thread eCap
;Sent: Tuesday, December 04, 2001 8:07 AM >To: Geoffrey Young; [EMAIL PROTECTED] >Cc: [EMAIL PROTECTED] >Subject: Re: file upload process > > >Also, I'm currently putting the finishing the final touches on a module >called Apache::UploadMeter which automates this process p

RE: file upload process

2001-12-04 Thread Adam Prime
i may be wrong about this, but since the file is actually part of the POST, apache cannot start returning something for that request before the request has been finished. You can get around this, kind of, using a JS popup onsubmit, that opens a window that somehow lets you check the status of th

Re: file upload process

2001-12-04 Thread Issac Goldstand
umentation, and sending it to CPAN... Issac - Original Message - From: "Geoffrey Young" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, December 04, 2001 17:54 Subject: RE: file upload process > > > > -Origina

RE: file upload process

2001-12-04 Thread Geoffrey Young
> -Original Message- > From: El Capitan [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 04, 2001 10:46 AM > To: [EMAIL PROTECTED] > Subject: file upload process > [snip] > Is there some way to capture the download > stream (when > its actually downloading) and begin a display proc