Sunday, May 18, 2008

Upload large files using ASP.NET

I have a need to implement a web application which allow various size file to be uploaded. When doing basic research on using FileUpload control, come across a useful blog http://weblogs.asp.net/jgalloway/archive/2008/01/08/large-file-uploads-in-asp-net.aspx, which describes this problem in greater detail and also contains links to other useful information.

No comments: