I'm working on a project where the client wants to upload files to the server for his clients to download...
This is no problem, although I'm thinking about database structure and so forth, what would be a good way to have permissions so that when a user logs in, they can only see the files that have been set access to them?
I'm talking datatypes, what should/could be used and why?
Thanks.