Advertisement
Guest User

O FEITAIS E UM GORDO CORNO

a guest
Jun 28th, 2018
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
ASP 0.70 KB | None | 0 0
  1. <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Upload.aspx.cs" Inherits="UploadGenericHandler.Upload" %>
  2.  
  3. <!DOCTYPE html>
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml">
  6. <head runat="server">
  7.     <title></title>
  8.     <link rel="stylesheet" type="text/css" href="StyleSheet.css">
  9. </head>
  10. <body>
  11.     <form id="form1" runat="server">
  12.         <asp:FileUpload ID="FileUploadControl" runat="server" AllowMultiple="true" />
  13.         <br />
  14.         <br />
  15.         <asp:Button ID="btnUpload" runat="server" Text="Upload Selected File(s)" OnClick="btnUpload_Click"/>
  16.         <br />
  17.         <br />
  18.         <asp:Label runat="server" id="StatusLabel" text="Upload status: " />
  19.     </form>
  20. </body>
  21. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement