I just wanted to share this utility that i wrote, its a file uploader for personal use. it works pretty okay as far as I've tested it.
The reason i say it's for personal use is because i used basic http authentication
defaults are (in index.php):
username: admin
password: password
This authentication is only for indexing & uploading so after you login and upload a file anyone can download it if you were to link them to it. The cool feature is that there's a download link handler that uses base64 to have the file URL look like this:
http://server/uploader/download.php?f=eW91cmZpbGUuZXh0
Files are forced to be downloaded instead of being viewed on the server through the web browser.
This utility has been very handy so far for me and I know some other people that work on lots of different computers or like to share their files would love to use it.
sorry about my messy coding.

any suggestions are appreciated!!
