I am trying to save a file to my disk or open it but I get an error on IE8 but not in IE9 or Firefox.
Response.ContentType = "application/vnd.text"
It works fine in all browsers if I change it to:
Response.ContentType = "application/unknown"
Why is that???
Thanks,
Tom
Response.ContentType = "application/vnd.text"
It works fine in all browsers if I change it to:
Response.ContentType = "application/unknown"
Why is that???
Thanks,
Tom