/ Published in: ASP
Expand |
Embed | Plain Text
//For TEXT: Response.ContentType = "text/txt"; Response.AppendHeader("Content-Disposition", "attachment; filename=" + "file.txt"); Response.Write(file.ToString()); Response.End();
You need to login to post a comment.
