Hello all,
I am designing a dynamic page, where users will log on and be able to list files in a directory. End users are currently able to view a file in their directory. I wish for them to see a list of the files in a container area on the webpage with scroll bars. users should be able to download and save files intuitively. They should be able to tag a file for future action on it or its content (so a database table entry with editable properties).
Any ideas on how? Let me make a bullet list, I feel the above paragraph may not be so clear,
Logged in users should be able to list files in their corresponding directories
Logged in users should be able to mark/tag the file for future PHP functionality on it (send via email, add another user's ID to the list of users that can view, modify or send forward
I am looking for a general direction so the design will support a massive amount of users, perhaps 500,000+
I would rather develop the solution than implement a packaged solution, but understand that if the work has already been done, no need to develop.
Kindest regards to all PHPFreaks!