Hi,
I'm trying to send an RTF header to the browser i.e.
header("Content-type: application/rtf");
..so that the browser should think that the user has requested an RTF doc. However when I send the header and then print the contents of an RTF file it starts to download. This method works for other MS stuff but not RTF, any ideas.
Kelvin