Suppose I display links to a file when somebody logs in and goes to a page.
<a href = " 1</a>
<a href = " 2</a>
The page is password protected so somebody needs to log in to view the links.
But this does NOT prevent someone from typing and downloading the document.
I dont want them to be able to download other clients documents. by just changing the directory structure.
Thanks for the help and ideas.
<a href = " 1</a>
<a href = " 2</a>
The page is password protected so somebody needs to log in to view the links.
But this does NOT prevent someone from typing and downloading the document.
I dont want them to be able to download other clients documents. by just changing the directory structure.
Thanks for the help and ideas.