upload_photo.aspx
资源名称:web.rar [点击查看]
上传用户:xrffrp
上传日期:2022-03-25
资源大小:22155k
文件大小:2k
源码类别:
OA系统
开发平台:
ASP/ASPX
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="upload_photo.aspx.cs" Inherits="web_personnel_curricula_vitae_upload_photo" %>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" >
- <head runat="server">
- <title>无标题页</title>
- <link href="../../../css/style.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <form id="form1" runat="server">
- <div>
- <center><br />
- <asp:Table ID="Table1" runat="server" Style="position: relative">
- <asp:TableHeaderRow>
- <asp:TableHeaderCell HorizontalAlign="Left" BackColor="lightGray">員工相片圖檔上傳</asp:TableHeaderCell>
- </asp:TableHeaderRow>
- <asp:TableRow>
- <asp:TableCell HorizontalAlign="Left">
- <asp:FileUpload ID="FileUpload1" runat="server" Style="position: relative" Width="400px" />
- <asp:RequiredFieldValidator
- ID="RequiredFieldValidator1" runat="server" ErrorMessage="請選擇圖檔" ControlToValidate="FileUpload1" Display="Dynamic"></asp:RequiredFieldValidator></asp:TableCell>
- </asp:TableRow>
- <asp:TableRow>
- <asp:TableCell>
- <asp:Button ID="BtnUpload" runat="server" OnClick="BtnUpload_Click" Style="position: relative"
- Text="上傳" />
- <asp:Button ID="BtnUnUpload" runat="server" OnClientClick="javascript:location.href='employee_list_index.aspx'" Style="position: relative"
- Text="暫不上傳" />
- </asp:TableCell>
- </asp:TableRow>
- </asp:Table>
- </center>
- <center>
- </center>
- <center>
- <asp:ImageButton ID="Photo" runat="server" Style="position: relative" Width="100px" />
- </center>
- <br />
- <asp:HiddenField ID="ContentLength" runat="server" />
- <asp:HyperLink ID="HlEmployeeList" runat="server" style="left: 354px; position: relative; top: -4px" NavigateUrl="~/web/personnel/curricula_vitae/employee_list.aspx"></asp:HyperLink> <br />
- <asp:HyperLink ID="HlEmployeeShow" runat="server" style="left: 350px; position: relative; top: 4px"></asp:HyperLink></div>
- </form>
- </body>
- </html>