Advertisement
Guest User

WebForm1.aspx

a guest
Feb 23rd, 2013
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
ASP 0.51 KB | None | 0 0
  1. <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="FotoFacil.WebForm1" %>
  2.  
  3. <!DOCTYPE html>
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml">
  6. <head runat="server">
  7.     <title></title>
  8. </head>
  9. <body>
  10.     <form id="form1" runat="server">
  11.     <div>
  12. <asp:FileUpload ID="files" name="files[]" accept='image/*' runat="server" AllowMultiple="true" />
  13.         <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="Upload" />
  14.     </div>
  15.     </form>
  16. </body>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement