AJAX Online Document Storage
Friday, June 22nd, 2007I was asked at work to create a simple filestore online to store various files that needed to be accessed by various members of staff around the country. The basic requirements were:
- Password protection
- Checkin and checkout facility for each file
- Basic usernames to track who has what
- Windows explorer style folder structure
- Upload new files, create folders and delete files or folders
Since I’ve been getting in AJAX recently I thought I would do the entire thing using it, obviously with PHP doing the background stuff. There was no real advantage of using AJAX, it was just a new project and was easily done in AJAX.
I’ve finished and tested it all now and everything is working quite well. I’ve just got to comment all the code and then I’m going to stick it all online for download if anyone wants it.
Edit: 17/07/2007
AJAX Document Store Code