Here's the problem. I am using the FSO in ASP to pull up some PDF files that we have stored on the server, and then outputting them to the client. I need to use the FSO so that I can do security checks on the user before displaying the images, which i can't do by linking direclty to the PDF file (which I can't password protect)
I have the ASP page built to pull the file, and display it but I am getting a error. Some PDF files work, and some don't. All are named in the same convention, so that's not the problem. I have looked at the properties of all the PDF's and they all seem to be the same, but some just won't work. Instead of opening Adobe and allowing you to view the file, it just comes up blank.
No error is displayed by IE(5.0-6.0) but the status bar displays the following when it finishes trying to load one of the PDF's that comes up blank.
"An error has occurred while trying to use this document."
Any ideas?
I have the ASP page built to pull the file, and display it but I am getting a error. Some PDF files work, and some don't. All are named in the same convention, so that's not the problem. I have looked at the properties of all the PDF's and they all seem to be the same, but some just won't work. Instead of opening Adobe and allowing you to view the file, it just comes up blank.
No error is displayed by IE(5.0-6.0) but the status bar displays the following when it finishes trying to load one of the PDF's that comes up blank.
"An error has occurred while trying to use this document."
Any ideas?