RE: Specify download file name

2006-07-12 Thread Nagasamudram, Prasanna Kumar
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

Re: Specify download file name

2006-07-11 Thread Anish Kumar K.
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

RE: Specify download file name

2006-07-11 Thread Nagasamudram, Prasanna Kumar
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