How to open a PDF file in a iFrame using JSP
843838Oct 20 2005 — edited Oct 20 2005I'm developing a EDM system and I need to upload a PDF file and later show it on the browser but in a iFrame.
as the file is not in the system directory but into server directory.
I tryed JavaScript: document.location.href="file://directory"; because after uploading i'd like to open it automatically
but it doesn't work in Windows XP SP 2.
I'd like to do that not using javaScript but JSP or servlet.
Does some one can help me. I'll be very glad