Hi ,
I am trying to dynamically change file name of an html
that is generated through a cgi script, I know that
for it is easy to do this for other type of files such
as pdf or csv which we download and save , we can use 
"Content-Disposition: attachment; filename =
"abc.pdf"" to change the file name. but this is not
working in case of html , I tried to use "inline" with
 Content-Disposition, but this willl just display the
html script AS-IS . I tried another alternative like 
"Content-type: text/html; name=dowload.html\n\n";, but
that also fails giving an error "Link could not be
saved. Web page migh have been removed or had it's
name changed."
Could you please help me to solve this issue.

Thanks & Regards
Aravind
 


                
__________________________________ 
Yahoo! FareChase: Search multiple travel sites in one click.
http://farechase.yahoo.com

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to