ASP.NET makes uploading files from the client to the server a snap(UploadInterface.PostedFile.SaveAs)
http://www.computerbooksonline.com/tips/asp11.asp
In a previous tip, we talked about uploading files via classic ASP. As you saw, getting the file from the client to the server isn't a big deal, but