📄 upload.aspx
字号:
<%@ Page language="c#" AutoEventWireup="false" Inherits="DotNetTextBox.uploadfile" codePage="936"%>
<HTML>
<HEAD>
<meta HTTP-EQUIV="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
form {
font-size: 9pt;
}
body {
font-size: 9pt;
}
input {
font-size: 9pt;
}
td {
font-size: 9pt;
}
-->
</style>
</HEAD>
<body bgcolor=menu topmargin=0>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align=center>
<fieldset style="HEIGHT: 20px; WIDTH: 100%">
<legend>上传文件</legend>
<table style="HEIGHT: 20px; WIDTH: 100%">
<tr style="HEIGHT: 20px">
<td height="72">
<form id="sBody_Up" encType="multipart/form-data" runat="server">
<div align="center">
<input id="upload_file" type="file" size="20" name="upload_file" runat="server">
<asp:Button id="Button1" OnClick="upload" runat="server" Text="上 传"></asp:Button>
<br>
<asp:label id="Info" runat="server" /></div>
</form></td>
</tr>
</table>
</fieldset></td>
</tr>
</table>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -