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 server..."
Do I need to upload the file locally before sending binary data to the web browser? If so, is this something only 3rd party objects can do for me?
Thanks for any input,
Wendi
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 server..."
Do I need to upload the file locally before sending binary data to the web browser? If so, is this something only 3rd party objects can do for me?
Thanks for any input,
Wendi