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

📄 default.aspx

📁 一个用asp.net(C#)开发的上传控件.仅供参考
💻 ASPX
字号:
<%@ Register TagPrefix="uc1" TagName="Inc_Top" Src="Inc_Top.ascx" %>
<%@ Register TagPrefix="uc1" TagName="Inc_Botton" Src="Inc_Botton.ascx" %>
<%@ Page language="c#" Codebehind="Default.aspx.cs" AutoEventWireup="false" Inherits="WebbUploadSample.WebForm1" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>WebForm1</title>
		<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
		<meta name="CODE_LANGUAGE" Content="C#">
		<meta name="vs_defaultClientScript" content="JavaScript">
		<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
		<LINK href="Main_classic.css" type="text/css" rel="stylesheet">
	</HEAD>
	<body bottomMargin="0" leftMargin="0" background="images/bg_001.jpg" topMargin="0" rightMargin="0">
		<form id="Form1" method="post" runat="server">
			<FONT>
				<TABLE id="Table1" cellSpacing="0" borderColorDark="#000000" cellPadding="0" width="800"
					align="center" borderColorLight="darkgray" border="0">
					<TR>
						<TD colSpan="3">
							<TABLE id="Table2" cellSpacing="0" cellPadding="0" width="100%" border="0">
								<TR>
									<TD colSpan="3">
										<uc1:Inc_Top id="Inc_Top1" runat="server"></uc1:Inc_Top></TD>
								</TR>
								<TR>
									<TD colSpan="3" bgColor="whitesmoke">
										<H2>Introduction</H2>
										<P><STRONG><EM>WebbUpload</EM></STRONG> is an ASP.NET HttpModule that allows you 
											upload file(s) from a web browser to your IIS server. It requires no client 
											side software and operates on the server via standard multipart HTML forms as 
											defined in RFC 1867.</P>
										<DIV class="entry">
											<H2>Feature List</H2>
											<UL>
												<LI>
												Upload file(s) up to 1GB with progress bar.
												<LI>
												Real-time upload progress indicator.
												<LI>
													Upload file size controled by <STRONG><EM>WebbUpload's</EM></STRONG> configuration 
													section in <STRONG>web.config</STRONG>, not limitted by the related 
												congiguration section in machine.config.
												<LI>
													Not affected by the <B>Connection Timeout</B>
												Error.
												<LI>
												Based on .NET Framework completely,no client side control installation needed.
												<LI>
													The default <B>InputFile</B> control and <STRONG><EM>WebbUpload</EM></STRONG> can 
													work together in the same web application.
												</LI>
											</UL>
										</DIV>
										<DIV class="entry">
											<H2>System Requirements</H2>
											<UL>
												<LI>
												OS: Windows 2000, Windows XP, Windows .NET Server 2003 Family
												<LI>
													Installed .NET Framework 1.x or .NET Framework 2.0</LI></UL>
										</DIV>
										<P><FONT face="宋体"></FONT><FONT face="宋体"></FONT>&nbsp;</P>
									</TD>
								</TR>
							</TABLE>
							<uc1:Inc_Botton id="Inc_Botton1" runat="server"></uc1:Inc_Botton>
						</TD>
					</TR>
				</TABLE>
			</FONT>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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