19 Jun
2001
19 Jun
'01
6:24 p.m.
Loren Stafford writes:
I haven't found the root problem, but I discovered that if the object name ends in .pdf everything works as desired. I traced the headers generated by CMF and the MIME type is set correctly, but the browser seems to want to see the .pdf extension. CMF gives the download the same name as the object id (not the original client-side file-name), so changing the object name to something.pdf seems to satisfy the browser. I have seen this with IE. Apparently, it does not trust the "Content-Type" but wants to have a corresponding name suffix, too.
Dieter