Search:
Namespaces
Discussions
.NET v1.1
Feedback
File Upload with ASP.NET
Details
Related Types
Site:
The Code Project
Original URL:
http://www.codeproject.com/aspnet/FileUpload.asp
Summary:
Back in the ASP world uploading files via a web page was a tricky problem. The problem was that due to the encryption type of the form used to submit the file from the clients browser receiving such files on the server side was a complex task. Data had to be retrieved as a safe byte array and decrypted before it could be used. Most of the people resorted to 3rd party DLLs,a few wrote their own DLLs and some even wrote purely ASP solutions to this problem using VBScript. Fortunately for us, .NET Framework SDK comes with a few classes that make uploading of the files simple from the web developer point of view.
System.Data.Common.DataAdapter
System.Data.DataRow
System.Data.DataSet
System.Data.DataTable
System.Data.MissingSchemaAction
System.Data.OleDb.OleDbCommand
System.Data.OleDb.OleDbCommandBuilder
System.Data.OleDb.OleDbConnection
System.Data.OleDb.OleDbDataAdapter
System.Data.OleDb.OleDbDataReader
System.EventArgs
System.IO.FileStream
System.IO.Path
System.Web.HttpPostedFile
System.Web.UI.HtmlControls.HtmlInputFile
Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us
-
Terms of Use
-
Privacy Policy
-
www.dotnet247.com