Edi Weitz edi@agharta.de writes:
On Tue, Jun 16, 2009 at 6:20 AM, Peter Mikulapeter.mikula@gmail.com wrote:
This sounds like problem I had some time ago. It happened for https with no-cache headers sent with generated content - some IE versions refused to save it to a temp file and passed an empty file to acroread.
Thanks to all who replied! Peter, this was the solution - I sent no-cache headers and this is what newer IE versions in SSL didn't accept. Removing these headers solved the problem.
Thanks again, Edi.
Since this reminds me of problems I once had (and which I "solved" by saving a PDF file and serving it with HANDLE-STATIC-FILE):
How can one make sure that no "no-cache" header is sent? (I'm quite sure I did not directly require "no-cache" when sending the PDF data.)
Thanks, Nicolas