On Thu, 16 May 2002, Henry Grech-Cini wrote:
> header("Content-type: Application/octet-stream");
> 
> The downloaded file does not contain Windows type carriage returns of
> newlines! However it does contains the data thank goodness.

If you want the newlines converted, then you need to use a text data type,
not application/octet-stream. Try text/plain, for instance.

miguel


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to