Hello!
I try to download a file from a CGI script. Here is the code:
$self->header_props(-type=>'application/x-octet-stream',
-attachment=>$file);
open(FILE, $file);
binmode(FILE);
$/ = undef;
my($data) = ;
close(FILE);
binmode(STDOUT);
Admin-Stress wrote:
> Hi,
>
> How can I check cgi session? mmm .. maybe better I explain like this:
>
> I just want to make a 'secure site' that need username and password. So, the first
>page of my site
> would be "fill in you username and password", for example, it will be placed here :
>
>
On Thu, 5 Dec 2002 at 10:39, Admin-Stress opined:
[snip]
A:I just want to make a 'secure site' that need username and password. So, the first
page of my site
A:would be "fill in you username and password", for example, it will be placed here :
A:
A: http://www.mydomain.com/login.html
A:
A:After
Hi,
How can I check cgi session? mmm .. maybe better I explain like this:
I just want to make a 'secure site' that need username and password. So, the first
page of my site
would be "fill in you username and password", for example, it will be placed here :
http://www.mydomain.com/login.html
NAME
beginners-faq - FAQ for the beginners-cgi mailing list
1 - Administriva
1.1 - I'm not subscribed - how do I subscribe?
Send mail to <[EMAIL PROTECTED]>
You can also specify your subscription email address by sending email to
(assuming [EMAIL PROTECTED] is your email addre