Downloading PDF
C#
3
Posts
3
Posters
0
Views
1
Watching
-
Hi All, Is there anyway to download the file when the appropriate link is clicked instead of opening it in the browser in asp.net. I know the file can be 'zipped' which will download instead of open the file - Thankyou
Bye
Response.AddHeader("content-disposition","attachment;filename=File.pdf");
-
Hi All, Is there anyway to download the file when the appropriate link is clicked instead of opening it in the browser in asp.net. I know the file can be 'zipped' which will download instead of open the file - Thankyou
Bye
Although I still need to finish the article it does provide some information on the subject http://www.codeproject.com/useritems/textfile.asp[^]
Kind Regards, Gary
My Website || My Blog || My Articles