When a downloading PDF file in Chrome 12.0.742.91 (either as an attachment and inline), the download is interrupted (at the beginning it shows 125KB, but later 127518/0 B and then it stops entirely).

The file download works correctly in Firefox and IE. Headers are correct, apache returns 200 OK. Previously, everything was ok, probably until a Chrome update a few days ago.

link|improve this question
just checked in chrome may re-installation solve this – amolv Jun 11 '11 at 10:38
It didn't help. – Dominik Jun 11 '11 at 10:48
can i try error in my browser? – amolv Jun 11 '11 at 10:52
fakturex.pl/tcpdf-test – Dominik Jun 11 '11 at 10:59
1  
@dominik The problem could be related to the transparent gzip. Can you disable gzipping the PDF and try it again? If that works, please write an answer to your question here and file a chromium bug report. – phihag Jun 11 '11 at 13:10
show 5 more comments
feedback

2 Answers

up vote 1 down vote accepted

Just for further reference: The problem is related to the gzip handling. Disabling transparent gzip compression solved it.

link|improve this answer
How do you disable transparent gzip compression? – Elson Solano Mar 6 at 1:28
It depends on your webserver. Just use the stackoverflow search – phihag Mar 6 at 10:45
feedback

Check your Content-Length header. It seems to be returning a size smaller than the file itself. I suspect Chrome is interrupting the download as its receiving more bytes than it should. It would be easy to put a test case in place for this however.

link|improve this answer
Please read the comments, problem solved. – Dominik Jun 11 '11 at 16:45
I saw your comment now. It still may be related to the content-size. But with no gzip its no longer a problem. – datasage Jun 11 '11 at 16:49
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.