views:

42

answers:

0

Hello!

I am currently in the planning phase of developing a website that lets users login, and upload files, and organize them into custom created folders. Users may only view their own files (or their friends files), and they can also delete their own files. It's a very simple set of features :D

What I'm asking is if this community could reccomend a good platform, library, or framework to start building this on (primarily for the file management aspect). My only experience with programming is PHP and mySQL (for just 6 months). I have looked into using SWFUploader for handling the uploads, but I'm curious if anyone could reccomend some good libraries to allow users to manage their files. I'm up for learning anything, but I'd like to build the basics of the site using PHP and mySQL

Thanks!