file=;
print @file;
close ZIPFILE;
Thanks
Prasanna
-Original Message-
From: Anish Kumar K. [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 11, 2006 7:04 PM
To: Nagasamudram, Prasanna Kumar
Cc: beginners@perl.org
Subject: Re: Specify download file name
Hi Prasanna
Thanks for the reply. Bu
Hi Prasanna
Thanks for the reply. But that is not helping me in the situation
Thanks
Anish
Nagasamudram, Prasanna Kumar wrote:
Hi Anish
Can you try adding the following to your $cgiObject->header ?
-attachment=>'$filename.zip',
And changing
-type=>'application/zip' to -type=>'application
Hi Anish
Can you try adding the following to your $cgiObject->header ?
-attachment=>'$filename.zip',
And changing
-type=>'application/zip' to -type=>'application/octet-stream'
[PS : The above is not tested]
Thanks
Prasanna
-Original Message-
From: Anish Kumar K. [mailto:[EMAIL PRO