ceshi.aspx
上传用户:scene123
上传日期:2010-02-19
资源大小:3311k
文件大小:1k
源码类别:

.net编程

开发平台:

C#

  1. <%@ Page language="c#" Codebehind="ceshi.aspx.cs" AutoEventWireup="false" Inherits="kuangren.ceshi" %>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
  3. <HTML>
  4. <HEAD>
  5. <title>ceshi</title>
  6. <meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
  7. <meta content="C#" name="CODE_LANGUAGE">
  8. <meta content="JavaScript" name="vs_defaultClientScript">
  9. <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
  10. </HEAD>
  11. <body MS_POSITIONING="GridLayout">
  12. <h3>
  13. 文件上传<%=newname%>演示-----<%=strFileExt%><%=filelength%></h3>
  14. <form id="uploderform" method="post" action="upload.aspx" enctype="multipart/form-data"
  15. runat="server">
  16. <table border="1" cellspacing="0" cellpadding="0">
  17. <tr>
  18. <td width="396"><h5>选择文件</h5>
  19. </td>
  20. </tr>
  21. <tr>
  22. <td>
  23. <input type="file" id="myFile" runat="server" NAME="myFile">
  24. </td>
  25. </tr>
  26. <tr>
  27. <td>
  28. <input type="button" value="Upload" runat="server" ID="Button1" NAME="Button1">
  29. </td>
  30. </tr>
  31. </table>
  32. <table width="50%" border="0" cellspacing="1" cellpadding="0">
  33. <tr>
  34. <td></td>
  35. </tr>
  36. </table>
  37. </form>
  38. <asp:Label id="Label1" style="Z-INDEX: 101; LEFT: 104px; POSITION: absolute; TOP: 192px" runat="server">Label</asp:Label>
  39. </body>
  40. </HTML>