⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 up.jsp

📁 程序为种种闪字图程序试用版,本程序采用JSP+MSSQL开发
💻 JSP
字号:
<%@ page pageEncoding="GB2312" %>
<%@ page contentType="text/html" %>
<%@ include file="/inc/config.jsp"  %>
<%out.clear();%>
<fmt:requestEncoding value="gb2312" />
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>DIY第一步:上传背景图生-<%=webname%>-<%=weburl%></title>
<link href="images/css.css" rel="stylesheet" type="text/css">
</head>
<body>
<table width="500" border="0">
  <tr>
    <td>&nbsp;</td>
  </tr>
</table>
<table width="500" border="0" cellpadding="5" cellspacing="0" class="p4">
<form action="/upload/upload.jsp" method="POST" enctype="multipart/form-data">
  <tr>
    <td align="center"><B>第一步:上传背景图片</B></td>
  </tr>
  <tr>
    <td align="center"><input name="myfile" type="file" size="35">
    <input type="submit" name="button" id="button" value=" 上传 ">    </td>
  </tr>
  <tr>
    <td align="center" class="red">请不要上传跟法律相违背的图片,否则我们将会提交给公安机关处理。</td>
  </tr>
  </form>
</table>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -