RE: mime-type for CSV

2000-10-10 Thread mgraham


I use the following (not sure about the actual content-type, but it
seems to work

Content-Type: text/x-csv
Content-Disposition: attachment; filename=somefile.csv

Michael


 -Original Message-
 From: Robert Friberg [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, October 10, 2000 4:17 PM
 To: modperl-lista
 Subject: OT: mime-type for CSV



 Hi all,

 I have a handler that returns data in CSV-format. How can
 I persuade browsers to suggest a fileextension of .csv

 All the users are known and have MS Excel on their windoze
 boxes.


 regards,

 --
 robert friberg, ensofus ab




Re: mime-type for CSV

2000-10-10 Thread David M. Davisson

- Original Message - 
From: "Robert Friberg" [EMAIL PROTECTED]
To: "modperl-lista" [EMAIL PROTECTED]
Sent: Tuesday, October 10, 2000 1:16 PM
Subject: OT: mime-type for CSV


 
 Hi all,
 
 I have a handler that returns data in CSV-format. How can
 I persuade browsers to suggest a fileextension of .csv
 
 All the users are known and have MS Excel on their windoze
 boxes.

Try:

application/vnd.ms-excelxls csv

---
David M. Davisson
[EMAIL PROTECTED]