Categories

Updated: 01/07/2008

Using File Uploading Control

.NET comes with great features. Anymore your do not need any additional code libraries to upload files to your web server. Microsoft.NET includes itself a file upload wizard. Now we will examined and play with this tool. I''ve used Visual Web Developer 2008 and ASP.NET 3.5 to create this sample application. First we need to create a new web form and place FileUpload control on page. Drop a button and name it as Upload. Also drop a label and named as lblMsg to handle any message. Our file upload control name will be inputFileUpload. But you may rename anything in this sample application.
©2003-2019 jCay.com