Allowing Users to Upload Multiple Files at Once
Details Related Types
Site:  DotNetJunkies
Original URL:  http://www.dotnetjunkies.com/tutorials.aspx?tutorialid=256
Summary:
This article demonstrates how to allow users to upload multiple files from thier computer (the client) to your server. Specifically, this article will demonstrate how to set up a page that has 5 HtmlInputFile controls where a user can choose 5 images to upload. Only .jpg and .gif extensions will be accepted on the server and each one will be saved to a different directory::so any image that has the extension .jpg will be saved to the jpgs direcory and .gif will be saved to the gifs directory and everything else isn't saved at all.
System.Boolean
System.EventArgs
System.EventHandler
System.Exception
System.Int32
System.IO.Path
System.Object
System.String
System.Text.StringBuilder
System.Web.HttpFileCollection
System.Web.HttpPostedFile
System.Web.UI.HtmlControls.HtmlInputFile
System.Web.UI.Page
System.Web.UI.WebControls.BorderStyle
System.Web.UI.WebControls.Label
System.Web.UI.WebControls.LinkButton
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