Re: data export help: line breaks on tab-delimited download

From: Chris Fitzpatrick <cfitz_at_nyob>
Date: Tue, 11 Jan 2011 14:06:38 -0800
To: CODE4LIB_at_LISTSERV.ND.EDU
Hey Ken,

When you changed it to Content-Disposition = attachment, did you keep  
the content-type still set to text/plain ?
You might try setting content-type to one (or maybe all)  of these:

Content-Type =  application/octet-stream
Content-Type = application/force-download
Content-Type =  application/download

Also, you can try setting Content-Transfer-Encoding to "binary".

best,chris.


On Jan 11, 2011, at 12:29 PM, Ken Irwin wrote:

> Content-Disposition: attachment;
Received on Tue Jan 11 2011 - 17:07:00 EST