I take it you also want the script / code that will allow you to actually upload the files?
If so I've used ASPUpload before and found it works quite well. See:
AspUpload.com - the Most Advanced NT ASP Upload Component
I configured my form to have an upload box and a file name box, you could browse for a file, give it a name then upload it to a specified location on your webserver.
The file path, file name and any other data was stored in an access database.
I then created a 'admin' front end that listed all the files that had been uploaded, with a link to download them.
However, I've not used Godaddy for hosting before so not sure it will support ASPUpload...