This is a simple php script which allow you to upload and download files. There isn't any complex user management because it aims more for private file repository use. No sql database needed
It as direct file deletion using AJAX, instant table sort using a self modified version of sorttable.js and finally upload file progressbar using a cgi(perl) script.
If you want to know more about those technologies, go to more information section.
Features
Easy upload form
Allow to define which kind of file can be uploaded
Limit max file size
On page table sort (by name, date, type, size)
Direct deletion using AJAX
View file by clicking on them
Direct download by clicking on the download arrow
Protect and hide upload or/and delete functions only for admin
Logging upload/delete actions (time ip action)
Upload progress bar (disable by default)