Hello!
I am generating an XML file and want the remote browser to open the
associated application.
So, I put these line before the XML file itself:
header("Content-type: application/CATConference;name=conference.cxc");
header("Content-Disposition: inline;filename=conference.cxc");
This works just great with Netscape but MSIE says (after the file download!)
File does not exist
E:\path\to\ietemp\Temporary Internet Files\Content.IE5\Q1E5F5FF\conference[1].cxc
Does any of you knows what's happening here ?