Forum How do I...?

Let the client save his pdf

JorenWillems
Hi
In my asp.net application clients can generate pdf form webforms. Is there a way to let the client save the file to his harddisk. Now the pdf jst opens (respone.outputstream)
thx
mikeday
Use the Content-disposition HTTP header to prompt the user to save it.
JorenWillems
thx