--- Mike Butler <[EMAIL PROTECTED]> wrote:
> I need to create a status bar for users who are
> uploading pdf files, some of them quite large, to a
> web site. Some of the users are on dial-up and the
> upload time could be quite lengthy, so they need to
> know that their upload is progressing and not to
> cancel the operation.
> 
> Is there a way to do this in Perl?
> 
> Thanks,
> 
> Mike Butler

Mike,

To do this in Perl, you'll need to be able to access what's going on with the Web 
server while
it's uploading.  That means mod_perl or something similar and I can't help you there.  
If you have
a straight CGI or ISAPI script, your script won't be able to respond until *after* 
this file is
uploaded.

Maybe there's something with Javascript?  I don't recall seeing anything like that, 
but it's a
thought.

Cheers,
Curtis "Ovid" Poe

=====
Senior Programmer
Onsite! Technology (http://www.onsitetech.com/)
"Ovid" on http://www.perlmonks.org/

__________________________________________________
Do You Yahoo!?
Send your FREE holiday greetings online!
http://greetings.yahoo.com

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to