Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

My Java web application is having a document file. When I try to download the file by clicking the link It opens a new page with corrupted characters as another tab. When i try to save the page it saved as .htm file

But the file is downloaded properly in other browsers like Chrome , Firefox. I do a check by changing the extension from .DOC to .doc and I can able to download the file.

Is there a particular reason that .DOC opens a corrupted page in IE. Why it is only happening in IE

share|improve this question
When your app serves the document, are you setting the correct content type for a Word document? – Brian Rogers Feb 13 at 5:35
The document is in a physical location . The URL given to the href is a Physical location. It is working in other browsers – Regish Veeramoni Feb 14 at 1:56

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.