I am trying to create a database driven site that the admin only can upload to the database....then when a user logs in they can only see the files that are for them and no one else....how do you do this...I understand that I have a database for login information and then another database for uploading files to. How do I go about getting just the unique users info to come up and no one elses? Oh yea the users need to be able to download the files as well and that is it.
-
Re: unique files for unique users
Tue, March 28, 2006 - 7:28 AMsourceforge.net/projects/ndcms-net/
is a finished Free example with source code of how to do that.