Categories

Updated: 02/25/2002

File Uploading in ASP.Net Using C#.

File uploading has always been a tedious task for the web developer community. Either we have to use a third party component or write several lines of code. With the advent of ASP.Net file uploading has become a lot easier, importantly without the need for third party components. All we have to do is to use the ASP.Net HTML File control and write a few lines of C# code.
©2003-2019 jCay.com