shangchuan.aspx
上传用户:xrffrp
上传日期:2022-03-25
资源大小:22155k
文件大小:1k
源码类别:

OA系统

开发平台:

ASP/ASPX

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="shangchuan.aspx.cs" Inherits="web_shangchuan" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" >
  4. <head runat="server">
  5.     <title>无标题页</title>
  6. </head>
  7. <body>
  8.     <form id="form1"  method="post" enctype="multipart/form-data" runat="server">
  9.     <div>
  10.         <asp:Panel ID="Panel1" runat="server" Height="291px" Style="left: 80px; vertical-align: middle;
  11.             position: absolute; text-align: center" Width="447px">
  12.             <asp:Label ID="Label1" runat="server" Style="left: 100px; position: absolute; top: 10px"
  13.                 Text="选择要上传的文件" Width="223px"></asp:Label>
  14.             <br />
  15.             <asp:FileUpload ID="FileUpload1" runat="server" Style="left: 100px; position: absolute;
  16.                 top: 30px" />
  17.             <br />
  18.             <br />
  19.             <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="确定" Width="65px" /><br />
  20.             <asp:Label ID="LblError" runat="server" ForeColor="Red" Style="left: 194px; position: absolute;
  21.                 top: 89px"></asp:Label>
  22.             &nbsp;
  23.         </asp:Panel>
  24.         <br />
  25.     
  26.     </div>
  27.     </form>
  28. </body>
  29. </html>