Asp.net Basics : Uploading a file in asp.net using validations (Part 1 of 5)
Posted on Sat 04 January 2014 in ASP.NET • Tagged with ASP.NET, C#
Contents of this 5 part tutorial
Part 1 : Basics of ASP.Net file uploading, uploading a file to a server.
Part 2 : ASP.Net file uploading using EmptyFile Validations.
Part 3 : ASP.Net file uploading using FileSize validation.
Part 4 : ASP.Net file uploading using FileExtension validator.
Part 5 : Complete …
Continue reading

