?? uploadfile.jsp
字號(hào):
<%@ page language="java" contentType="text/html; charset=gbk" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>上傳文件</title>
<link rel="stylesheet" type="text/css" href="../inc/admin.css" />
</head>
<body>
<table width="95%" border="0" cellspacing="1" cellpadding="3" align=center class="tableBorder">
<tr>
<th height=24 colspan=1><B>添加要上傳文件</th>
</tr>
<tr bgcolor="#D6DFF7">
<td>
<FORM METHOD="POST" ACTION="uploadfile_do.jsp" ENCTYPE="multipart/form-data" >
<table width="52%" border="1" style="border-style:none;" align="center">
<tr><td style="border-right-style:none;">
添加附件:</td><td><input type="file" name="FILE1" size="40" />
</td>
</tr>
<tr >
<td width="17%" valign="top" style="border-right-style:none;">文件描述:</td>
<td>
<textarea name="filecontent" rows=5 cols="60"></textarea></td></tr>
<tr>
<td colspan="2"><div align="center">
<input type="submit" name="Submit" value="上傳"/>
<input type="reset" name="Reset" value="重置"/>
</div></td>
</tr>
</table>
</FORM>
</table>
<table width="95%" border="0" cellspacing="1" cellpadding="3" align=center class="tableBorder">
<tr>
<th height=24 colspan=1><B>上傳文件列表</th>
</tr>
<tr><td bgcolor="#D6DFF7">
<%@ include file="listupfile.jsp" %>
</td></tr>
</table>
</body>
</html>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -