Uppic.aspx 1.0 KB

12345678910111213141516171819202122232425262728293031
  1. <%@ Page Language="C#" Debug="true" AutoEventWireup="true" CodeFile="Uppic.aspx.cs" Inherits="EditMenu_Uppic" %>
  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" runat="server">
  9. <div>
  10. <Table width='90%' border='1'align =center bordercolor='#ccccff' style='border-collapse:collapse'>
  11. <tr bgcolor='#99ccff'>
  12. <td align='center'>
  13. 文件上传</td>
  14. </tr>
  15. <tr>
  16. <td style="height: 22px; color: red;" align='center'>
  17. 请选择欲上传文件</td>
  18. </tr>
  19. <tr>
  20. <td align='center'>
  21. <asp:FileUpload ID="FileUpload1" runat="server" Width="571px" />
  22. &nbsp;<asp:Button ID="btnUpfiles" runat="server" Text="确定上传" Width="80px" OnClick="btnUpfiles_Click" /><br />
  23. <asp:Literal ID="Literal1" runat="server"></asp:Literal></td>
  24. </tr>
  25. </Table>
  26. </div>
  27. </form>
  28. </body>
  29. </html>