S
Serve Laurijssen
I can't get a file download working on IE5.
It works on IE6 and I couldn't find a solution on google. Here's the code:
Response.ContentType = "application/download"
Response.AddHeader "Content-Disposition", "attachment;
filename=""ex.html"";"
What's the correct way to force a file download?
It works on IE6 and I couldn't find a solution on google. Here's the code:
Response.ContentType = "application/download"
Response.AddHeader "Content-Disposition", "attachment;
filename=""ex.html"";"
What's the correct way to force a file download?