?? upload.jsp
字號:
<html>
<head>
<%
String filename ="";
if (filename == "")
out.println("<script>self.document.form1.up_pic.value='/UserFiles/smallImage/"+filename+"'</script>");
%>
</head>
<body>
<form name="form1" method="post" action="" target="_self">
<input type=file name=up_file>
<input name="up_pic" type="hidden" id="shop_pic" size="30" />
<input type=submit value="開始上傳文件" >
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -