I'm working on the content for a site that handles a lot of document downloads (.pdf, .docx, .pptx, etc). They are uploaded via a remote desktop connection to an ASP.NET site. I've noticed that some of the PDF documents will not open. After clicking on the link to get the document, the download will finish but the extension seems to be missing and the computer will not know how to open the file. It will tell me that Windows cannot open it, claim that the file type is "unknown," and ask if I want to search for the correct program to use.
I have the option to save the file and add a .pdf extension (and then it will open). However, this is not a great solution for potential users who aren't familiar with this process.
This has only happened in Chrome(v23) and IE9. I've tested on Mac and PC. Firefox downloads the PDFs just fine. All browsers have been updated. PDFs on my desktop open fine.
I have tried disabling/enabling all Adobe PDF related add-ons and plugins. I've re-installed Adobe Acrobat and Reader. I have played with the Acrobat and Reader Internet Options as described in a couple places online. So far, no luck and I am completely out of ideas.
Does anyone have any insight as to what is going on? It would be much appreciated.
key:valuelines, then an empty line and then the payload, the pdf in this case. The leading headers tell the browser what to expect and how to handle it. If you cannot successfully dump that information from the network stream then have a try using a good browser that is capable of showing you that information. Currently I only know of the 'konqueror' browser capable of doind so. But learning network sniffing is a good idea. – arkascha Nov 14 '12 at 15:30