Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Saturday, November 22, 2008

Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 
FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

User Rating!

Home > Search > Articles & Samples > ASP.NET 2.0 > Server Controls > Standard Control
Uploading a File using FileUpload control in ASP.NET 2.0        
Total Hits: 1482  |  Today: 0 Author: Aadil       Rating:  
Read Reviews | Write Review |   Your Rating: 

This simple article will show you how to upload a file to the server using the new FileUpload web control supplied in the new version of ASP.NET 2.0.
A lot of times you required that the user of your web page uploads a file from his/her system to your web server. Maybe it is his/her picture that he wants to share with others or some other document like a report of some kind.
In the previous version of ASP.NET 1.x there was an HTML control that was rendered as an input control of type file and you also need to set the form’s enctype to multipart/formdata to get the uploaded file on the server side code.
In ASP.NET 2.0 a new control called ..

DevASP.Net users Rating
What is your opinion?
Is this your listing?

    If this is your listing and you like to add the rating box
    displayed on the right side on your site you can use the following code.

Go Back
DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net