Search Results

0
votes

C# ASP.NET 3.5 content-disposition file download problems

Have you tried setting the content-disposition to "attachment" rather than "inline"? I believe that the browser will then prompt the user to open or save the document. Also, you can usually …