📄 fujianupload.jsp
字号:
<%@ page contentType="text/html; charset=GBK" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<link type="text/css" rel="stylesheet" href="../../css/table.css">
<title>附件</title>
</head>
<body>
<h1>上传附件</h1>
<%
String getpath = (String)request.getParameter("path");
String universalid = (String)request.getParameter("universalid");
String ownerid = (String)request.getParameter("ownerid");
%>
<form action="km/fujian/upload.jsp" method="POST" enctype="multipart/form-data">
<input type="hidden" name="path" value="<%=getpath%>"/>
<input type="hidden" name="universalid" value="<%=universalid%>"/>
<input type="hidden" name="ownerid" value="<%=ownerid%>"/>
<input type="hidden" name="upload" value="true"/>
<p>
第一步 选择要上传的附件:
</p>
<TABLE>
<TR>
<TD>附件1:<input type="file" name="myfile1" /></TD>
</TR>
<TR>
<TD>附件2:<input type="file" name="myfile2" /></TD>
</TR>
<TR>
<TD>附件3:<input type="file" name="myfile3" /></TD>
</TR>
<TR>
<TD>附件4:<input type="file" name="myfile4" /></TD>
</TR>
<TR>
<TD>附件5:<input type="file" name="myfile5" /></TD>
</TR>
<TR>
<TD></TD>
</TR>
</TABLE>
<p>
第二步 点击“上传”按钮,上传文件:
</p>
<input type="submit" value=" 上 传 "/>
</form>
<p>
第三步 完成退出。
</p>
<INPUT type="button" value=" 完成退出 " onclick="window.close()"/>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -