Hi
I am working with IIS 5.0, php 5, and adobe 6.0
I have a php script that creates a table of links to existing pdf files on the server.
I am using the <a href anchor type code to call the pdf when the user clicks the name.
the pdf files are in c:\whatever\somewhere.
Now when I check to see if the file exists all is well since that is a server side operation.
but when the user's browser tries to open the file, it can't find it, because there, of course, is no c:\whatever\somewhere on their machine.
I have tried adding the server name to the call but that doesn't work, in fact it stops working when using the ap from the server itself if you do this (it of course works fine when you are on the server and using the ap).
not sure what trick I'm missing. i.e. how to create the href address so that it looks on the c drive of the server not the user's.
or is the standard href anchor not the way to do this...
thanks