Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I am trying to save a file to my di

Status
Not open for further replies.

tshad

Programmer
Jul 15, 2004
386
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top