how to make a download link.

B

Bobby Ryzhy

greetings, how is this done? thanks in advance for your help


Response.ClearHeaders();
Response.Clear();
Response.ContentType = "Text/CSV"; // or anything else
Response.AddHeader("Content-Disposition", "fileName.txt");
Response.Write(fileContents); // or whatever
Response.End();
Response.Close();



Bobby Ryzhy
bobby @ domain below
http://weekendtech.net
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,020
Latest member
GenesisGai

Latest Threads

Top