Open file from server and send to browser

Posted by netmajor on Stack Overflow See other posts from Stack Overflow or by netmajor
Published on 2010-05-07T22:07:53Z Indexed on 2010/05/07 22:38 UTC
Read the original article Hit count: 135

Filed under:

Hey, In my asp.net application I create pdf file and save it in App_Data folder on server. Next I want to open this file that user can print it.

How to open this file in browser ? Send it in http header etc ? Someone have some examples?

Please help ;)

© Stack Overflow or respective owner

Related posts about ASP.NET