download the application please visit www.mrbool.com/player
Title: Visual Studio C#-ASP.NET-FileUpload
Description: In this video, we discuss the FileUpload control. This control allows a user to select a file from the file system and upload it to a specific location. In this case we create a folder called UploadedImages. The images selected by the user will be uploaded to this folder. Then, we create a DataList control that is bound to the UploadedImages folder. That way, when the user uploads an image, it is automatically displayed on the page through the DataList control.
Methodology: Good coding standard and simplified design.
Technologies: ASP.NET 3.5
Examples constructed: Create an example that has a FileUpload control. The user can select an image from the file system using the control and save it in the UploadedImages folder. We bind a DataList to this folder so when an image is added to the folder, it is displayed on the screen.
Keywords: FileUpload, Button, DataList, HasFile, SaveAs, MapPath, DataSource, DataBind.