⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 upmorefile.aspx

📁 asp.net专家200问(含源代码解决法案
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="upMoreFile.aspx.cs" AutoEventWireup="false" Inherits="CommonFunction.upMoreFile" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>upMoreFile</title>
		<meta content="Microsoft Visual Studio 7.0" 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">
		<script language="JavaScript">
    function addFileControl()
    {
    	var str = '<INPUT type="file" NAME="File">'
    	document.getElementById('FileCollection').insertAdjacentHTML("beforeEnd",str)
    }
		</script>
	</HEAD>
	<body MS_POSITIONING="GridLayout">
		<form id="upMoreFile" method="post" encType="multipart/form-data" runat="server">
			<asp:label id="Title" Runat="server"></asp:label>
			<P id="FileCollection"><INPUT type="file" name="File">
			</P>
			<P><input onclick="addFileControl()" type="button" value="增加(File)">
				<asp:button id="Upload" Runat="server" Text="上传" Width="56px"></asp:button><input style="WIDTH: 56px; HEIGHT: 24px" onclick="this.form.reset()" type="button" value="重置">
			</P>
			<P align="center"><asp:label id="strStatus" runat="server" BorderColor="White" BorderStyle="None" Width="500px"
					Font-Size="9pt" Font-Bold="True" Font-Names="宋体"></asp:label></P>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -