- Moderator
- #1
I have a web server that has permissions to a folder with files in it (such as .PDF files).
I have a link that will list the files (after the user has logged in and authenticated, and given that they have permissions to these files).
I want to allow them to click on the link, and have it load the file. HOWEVER, it can't just be a file:// link, because the users wouldn't have direct access to the files on the server; the web page controls that access.
SO... I need to have the web server "stream" that file out to the browser (the web service has permissions to read the files, the user doesn't).
I'm sure it's something straightforward, I'm just not sure the term I'm looking for.
Any thoughts? Thanks in advance!
Just my 2¢
-Cole's Law: Shredded cabbage
--Greg
I have a link that will list the files (after the user has logged in and authenticated, and given that they have permissions to these files).
I want to allow them to click on the link, and have it load the file. HOWEVER, it can't just be a file:// link, because the users wouldn't have direct access to the files on the server; the web page controls that access.
SO... I need to have the web server "stream" that file out to the browser (the web service has permissions to read the files, the user doesn't).
I'm sure it's something straightforward, I'm just not sure the term I'm looking for.
Any thoughts? Thanks in advance!
Just my 2¢
-Cole's Law: Shredded cabbage
--Greg