ceshi.aspx
资源名称:论坛源码.rar [点击查看]
上传用户:scene123
上传日期:2010-02-19
资源大小:3311k
文件大小:1k
源码类别:
.net编程
开发平台:
C#
- <%@ Page language="c#" Codebehind="ceshi.aspx.cs" AutoEventWireup="false" Inherits="kuangren.ceshi" %>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
- <HTML>
- <HEAD>
- <title>ceshi</title>
- <meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
- <meta content="C#" name="CODE_LANGUAGE">
- <meta content="JavaScript" name="vs_defaultClientScript">
- <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
- </HEAD>
- <body MS_POSITIONING="GridLayout">
- <h3>
- 文件上传<%=newname%>演示-----<%=strFileExt%><%=filelength%></h3>
- <form id="uploderform" method="post" action="upload.aspx" enctype="multipart/form-data"
- runat="server">
- <table border="1" cellspacing="0" cellpadding="0">
- <tr>
- <td width="396"><h5>选择文件</h5>
- </td>
- </tr>
- <tr>
- <td>
- <input type="file" id="myFile" runat="server" NAME="myFile">
- </td>
- </tr>
- <tr>
- <td>
- <input type="button" value="Upload" runat="server" ID="Button1" NAME="Button1">
- </td>
- </tr>
- </table>
- <table width="50%" border="0" cellspacing="1" cellpadding="0">
- <tr>
- <td></td>
- </tr>
- </table>
- </form>
- <asp:Label id="Label1" style="Z-INDEX: 101; LEFT: 104px; POSITION: absolute; TOP: 192px" runat="server">Label</asp:Label>
- </body>
- </HTML>