Content Disposition header and file contents sequence...

2006-03-02 Thread John N. Brahy
This is the relevant part of my handler for a link that I want to force a download for. I know it's content-disposition but for some reason I can not get it to actually download the file. I get the download dialog and I choose the location to save it but when I open the document it is empty. I've t

RE: Content Disposition header and file contents sequence...

2006-03-02 Thread John N. Brahy
asn't able to open a file... > -Original Message- > From: John N. Brahy [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 02, 2006 10:46 AM > To: modperl@perl.apache.org > Subject: Content Disposition header and file contents sequence... > > This is the relevan

is there a way to force UTF-8 encoding

2006-03-03 Thread John N. Brahy
Is there a way to force UTF-8 encoding? I have tried AddDefaultCharset utf-8 in the httpd.conf OS: OpenBSD Apache: Apache/1.3.29 (Unix) mod_perl/1.29 mod_ssl/2.8.16 OpenSSL/0.9.7g But 1) wget -S says it's Content-Type: text/html; charset=ISO-8859-1 2) when I try the HTML validator on w3c.org i

RE: is there a way to force UTF-8 encoding

2006-03-03 Thread John N. Brahy
> -Original Message- > From: Christopher H. Laco [mailto:[EMAIL PROTECTED] > Sent: Friday, March 03, 2006 12:28 PM > To: John N. Brahy > Cc: modperl@perl.apache.org > Subject: Re: is there a way to force UTF-8 encoding > > John N. Brahy wrote: > > Is there

RE: is there a way to force UTF-8 encoding

2006-03-03 Thread John N. Brahy
> -Original Message- > From: Christopher H. Laco [mailto:[EMAIL PROTECTED] > Sent: Friday, March 03, 2006 12:53 PM > To: [EMAIL PROTECTED] > Cc: John N. Brahy; modperl@perl.apache.org > Subject: Re: is there a way to force UTF-8 encoding > > Christopher H. Laco