I have an application that opens a second browser window and displays a PDF file in it. The content-type is set to "application/pdf", content-disposition is set to "inline; fielname=Certificate.pdf", but on some machines I still get a prompt that informs the user he must save the file to his local machine before it opens. It will then download the file and give them another prompt that gives them open or save options. If they select open, it opens in Acrobat Reader, not the browser. This same code is running on two different web server machines, but it only acts this way on one of them. In other words, if the user downloads the pdf from webserver1, it just opens the file in a second window, if they open it from webserver2 it goes through the prompt, save, open path before it displays. It always opens in an acrobat window rather than an IE window.
The users have their "Display PDF in browser" option checked in acroboat, so I'm not sure why it never brings it up in the browser, but that may be a different problem.
I believe the problem is some setting on the client machine, but I can't figure out which one it is. The two webservers are in different "zones" which is why I think they act differently. Some users' machines work "correctly" while others exhibit the behavior outlined above.
Anybody have any ideas which setting could be controlling this? I've tried changing most off them on my machine and can never get it to work the same way as the users are reporting.
Thanks,
Jeff Tendam
The users have their "Display PDF in browser" option checked in acroboat, so I'm not sure why it never brings it up in the browser, but that may be a different problem.
I believe the problem is some setting on the client machine, but I can't figure out which one it is. The two webservers are in different "zones" which is why I think they act differently. Some users' machines work "correctly" while others exhibit the behavior outlined above.
Anybody have any ideas which setting could be controlling this? I've tried changing most off them on my machine and can never get it to work the same way as the users are reporting.
Thanks,
Jeff Tendam