Upload Files in ASP.NET 2.0
I wrote a recent project using some ideas from this excellent article
This article describes three different approaches to uploading a file to a web server. The approaches are:
- Upload files directly to the server
- Upload files through a web service
- Upload files asynchronously through a web service
This article and included example code describe and illustrate each of these approaches. The examples will illustrate an approach to classifying files upon upload and directing the file to specific folders based upon the type of file uploaded.