--- Yury Mikhienko <[EMAIL PROTECTED]> wrote:
On Thu, 8 Jan 2004 16:47:31 +0100 (MET) "Stephanie Zohner" <[EMAIL PROTECTED]> wrote:
I tried to use the resource reader, like this: <map:match pattern="*.log"> <map:read type="resource" src="{1}.log" mime-type="text/plain"/> </map:match>
But this does not work. The editor is opened, but then an error message pops up, saying that the file can not be found. The Editor seems to search for the file under "Temporary Internet Files/Content.IE5"
try
<map:match pattern="*.log"> <map:read src="{1}.log" mime-type="text/plain"/> </map:match>
I have this problem also (with IE 5.5), but this did not solve it for me. Any other ideas?
AFAIK, MSIE thinks that it "knows better" and generally looks at the file extension coming off the server, not the mime-type. It's very frustrating to say the least. Try changing the map:match to *.txt and see if that works.
Regards,
Tony
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
