Hi
I’d like to download a file (actually a PDF file from a database) and then display that file in a new window, using the browser’s capability to display PDF. Do you know how I could direct the web browser to reveive the file? I currently store it on disk and can open it from there, but this is a) inconvenient and b) leaves all those downloaded items on the user’s disk, which is not in line with information security.
Thanks
Andreas