File Uploading with ASP.Net

File Uploading with ASP.NET
A comprehensive tutorial on uploading files to server hard disk using built-in ASP.NET server controls. Describes how to upload more than one file, how to upload only image files, how to retrieve other form non-binary field values, how to view and delete files uploaded on the server, and so on. [.netWire]

This is a pretty nice article on how to use ASP.Net to upload files to a server.  To use ASP.Net or Web Services?  I think we should choose web services to upload files, web services are the wave of the future.  Am I right?

No Comments