Is it possible to redirect to a PDF that resides on another web server?
In previous threads, I've seen examples of using ADODB.Stream objects to read and write binary data. I get errors when I attempt to LoadFromFile. I think this is due to the file not being on disk, rather on another web...
Help! I need to do a redirect to pdf files. The web browser seems to redirect to the server, but the page is not loaded. It only loads upon refresh. I've tried the following:
Response.ContentType = "application/pdf"
Response.Redirect "http://www.....file.pdf"
I've also...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.