File download help

S

Steve Lloyd

Hello,

I am trying to create a page where a for is filled out and submitted, the
info is verified and then i want the software to be downloaded to the user.

So far i have been using:

Response.Clear()

Response.AddHeader("Content-Disposition", "attachment; filename=" &
Replace(myFile.Name, ".aspx", ""))

Response.AddHeader("Content-Length", myFile.Length.ToString())

Response.ContentType = "application/octet-stream"

Response.WriteFile(myFile.FullName)Response.End()
 

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

No members online now.

Forum statistics

Threads
473,780
Messages
2,569,611
Members
45,280
Latest member
BGBBrock56

Latest Threads

Top