Streaming a file to a remote user

2004-03-25 Thread Price, Jason (TLR Corp)
I'm trying to figure out a way to stream a file to a remote user, and be able to determine that the download completed, so I can delete the file being streamed. I may be missing an obvious way to do this, so I'm hoping you all can help me out. Here's the sequence of events I'm after: 1. User

Re: Unique problem using checkbox in Perl

2004-03-25 Thread Wiggins d Anconia
> Hi, > >I am using the Perl CGI module to generate HTML form elements. One of these elements is a > checkbox. Following is my definition of this checkbox > >print $q->checkbox(-name=>'want_media', > -checked=>'checked'); > >The problem is, when the page gets

Unique problem using checkbox in Perl

2004-03-25 Thread Kasturirangan Rangaswamy
Hi, I am using the Perl CGI module to generate HTML form elements. One of these elements is a checkbox. Following is my definition of this checkbox print $q->checkbox(-name=>'want_media', -checked=>'checked'); The problem is, when the page gets displayed, I get a