Hi,
I am trying to force MSIE to download an XML file. However, using the many combinations of header("Content-Type: application/download");
header("Content-Dispoition: filename=shortname.xml");
header("Content-Tranfer-Encoding:binary\r\n");
works fine in netscape, but in MSIE, it opens in the broswer, displaying the HTML page instead of downloading it. Funny enough, if I change the filename to shortname.txt, it works, but I want it to be a xml file.
Any suggestions?
Cheers
Glen Ogilvie