Although I'm not aware of anything specific I'm sure there is some software that runs as a web app to allow what you need. If there isn't and you fancy dabbling in writing your own stuff then you'll have to start looking at server-side programming languages (such as PHP) and creating a little application to handle file uploads, optional renaming or sorting of files onto the file system and perhaps a database persistence to organise and track the files you are uploading. Easy