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?

Published Thursday, February 27, 2003 12:57 PM by puzzlehacker

Comments

# re: File Uploading with ASP.Net

Web Services are the wave of the present. Just be careful not to jump on the 'do everything with web services' bandwagon. Use them where they fit. I have seen far too many colleagues build an entire app on web services when they did not have to. Keep in mind, there is some extra overhead associated with web service. The argument I continue to here is platform neutral and you never know who will need your service in the future.

If you do not need to incur that overhead, then don't. Don't build them because they are 'cool and new' as some of my colleagues tell me.

Friday, February 28, 2003 5:22 AM by Greg

Leave a Comment

(required) 
(required) 
(optional)
(required)