Why is my binary file not downloaded, but shown on the screen?
Answer / guest
Actually, the browser has downloaded the document, it is
just treating it as a plain text file. This is because the
server said it was a plain text file. To get the file in the
helper application (or plug-in), you will have to configure
the server to send out the right MIME type, and the browser
to start the appropriate helper application for files with
that MIME type.
| Is This Answer Correct ? | 0 Yes | 0 No |
What's the difference between standards mode and quirks mode?
What is a link rel?
What is #document in html?
What is use for br tag?
What is innertext and outertext in html?
How is HTML5 different from HTML4?
What is the difference between <div> and <frame>?
Explain numbered lists in html?
What are some new input attributes in HTML5?
What is new features in html5?
What is different between html and html5?
Why do we use tables?