I'm building a file server using Ubuntu.
I want to setup an HTML based file upload/download system where I can create accounts for a few users and allow each user access certain folders. So that the user would open it like a webpage using a web browser and then uploads and downloads files, not needing special setup for the computer.
Is there a ready made solution for that purpose? Will I have to code it?
Thanks