Fun Infused Games  |   Smooth Operator

  Home   |    Archive   |    About
Posts prior to 8/2/2010 may be missing data. If you need one of those posts, please contact kriswd40@yahoo.com and I will try and recover/find it.

Upload Files from an ASP.net Webpage
Date 11/25/2009    Tags ASP.net    (0)

Often I find a need to upload files (ussually images) directly from a webpage to my web server. Sure I could use FTP or Visual Studio (Publish Website), but it's a heck of a lot easier if I have a simple webpage interface to do so.

The following code will allow you to upload as many as five files at once (this can easily be changed by simply adding or removing the file input controls from the page) and return whether the upload was successful or what errors were encountered.

In the .aspx file, setup the controls for entering your files and uploading them:

<b><font size=4>Upload Files</font></b><br />
<br />

<asp:Label ID="lblMessage" runat="server" ForeColor="Red" />

<asp:Panel ID="pnlUploadFiles" runat="server">
Use the below form to upload files to the web server. You may upload up to five files at once.<br />
<br />
<br />

Upload files to: 

<asp:DropDownList ID="ddlDirectory" runat="server">
    <asp:ListItem Value="images" Text="Images" />
</asp:DropDownList>


<br />
<br />

<input ID="myFile1" type="File" runat="Server" size="50" /><br />
<input ID="myFile2" type="File" runat="Server" size="50" /><br />
<input ID="myFile3" type="File" runat
                    

This article has been view 669 times.


Comments

No comments for this article.


Add Comments

Name *
Website
  Name the animal in the picture below:

*
Comment *
Insert Cancel
Things To Click


Tags
Video Games (7)  Trivia or Die (3)  SQL (1)  iOS (3)  Game Dev (11)  Advise (14)  PC (1)  World of Chalk (2)  FIN (20)  Abduction Action! (27)  XBLIG (32)  Abduction Action (1)  Nastier (4)  ASP.net (18)  Absurd (2)  Volchaos (11)  Web (19)  Fin (1)  XNA (40)  Rant (50)  Cool (2)  Visual Studio (1)  Trivia Or Die (1)  Xbox (1)  C# (14)  Sports (11)  Design (2)  Development (13)  Hypership (28)  WP7 (8)  VolChaos (1)  Nasty (34)  Abdction Action! (1)