Hi,
For example, i have 10 users using a website. And i want each of them to be able to upload files into their own directory as shown below:
User1 -> upload to -> htdocs/filemanager/user1
User2 -> upload to -> htdocs/filemanager/user2
.
.
so on...
After the upload, they should be able to view the list of files from their directory on the webpage too. (end result would be a simpler version of geocities/any free webhost file manager)
I need some advice on the design of the database and the method of going about to do this. Would appreciate if anyone could show me some examples of codes. I've managed to find some info about uploading files but not on listing of files.
Thanks in advance