Server response to submit a PDF form

I have a PDF form with a submit button that http sends the PDF to an ASP.NET application. What should be the response of the application? I found out that I need to send the PDF back to the output response stream. This causes Adobe Reader to open a new window with the server version of pdf. How can I make Reader just leave the same document open and not open anything new? If I don’t return anything, the reader will work.

+3
source share

All Articles