How do I force a download?
Answer / guest
When someone downloads a document, the server tells the
browser what type of file it is. The browser then picks the
appropriate helper application, or displays it himself. If
the server doesn't know the file type, it tells the browser
that the file is "text/plain", or just plain text. You will
have to ask your server admin to configure this particular
file with the MIME type you want.
"Forcing" a download is not what you are supposed to do.
After all, what is more convenient than having the proper
application started when I download a particular file?
Browsing through a download directory can be quite a pain.
And most browsers allow the user to download to disk if they
want to.
If the file must be saved to disk, as there is absolutely NO
other way to handle it, the MIME type should be
"application/octet-stream".
| Is This Answer Correct ? | 0 Yes | 1 No |
How can you apply javascript to a web page?
What is a self closing tag?
Should I end my urls with a slash?
What is the main function of <pre> tag in html?
How do you create Drop Down Combos in HTML ?
What other advantages does html5 have?
What is difference between coding and programming?
What is viewport html?
In an html page form I have one button which makes us to open a new page in 15 seconds. How will you do that?
What is the current version of edge?
List out the page structure elements of html5.
What does a href tag mean?