View Single Post
Old 02-03-2010, 06:43 AM   #1 (permalink)
skibbli
bajingo
 
skibbli's Avatar
 
Join Date: Feb 2010
Posts: 11
Thanks: 2
skibbli is on a distinguished road
Application My File Uploader

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!!
Attached Files
File Type: rar uploader.rar (2.0 KB, 30 views)

Last edited by skibbli : 02-04-2010 at 08:01 PM.
skibbli is offline  
Reply With Quote