?? default.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> </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 + -