?? upload.jsp
字號:
<%@ page contentType="text/html;charset=GBK"%>
<%@ include file = "../admin/CheckPermission.jsp" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../style.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="eeeeee">
<p align="center">
<form action="upload_post.jsp" method="post"
enctype="multipart/form-data" name="form1">
標題:<input name="title" type="input" id="file_title" size="100">
<br>
<p align="center">
<input name="file_data" type="file" id="file_data" size="80">
<input type="submit" name="Submit" value="上傳">
</p>
</form>
</p>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -