picup.asp
来自「WAP2.0的手机网站留言板」· ASP 代码 · 共 28 行
ASP
28 行
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<%Response.CodePage=65001%>
<%Response.Charset="UTF-8"%>
<!--#include file="getHeader.asp"-->
<!--#include file="adminCheck.asp"-->
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title> 上传图片 </title>
<meta http-equiv="Content-Type" content="<%=header%>; charset=utf-8" />
<meta name="Author" content="微普科技http://www.wiipu.com"/>
<link rel="stylesheet" href="admin.css" type="text/css"/>
</head>
<body>
<form action="picUp_do.asp" method="post" enctype="multipart/form-data">
<h2>上传图片</h2>
<input type="file" name="file" />
<input type="submit" name="Submit" value="上传" /><br/>
<p>图片宽度建议不超过200px,文件大小不超过20K。</p>
</form>
<hr/>
【<a href="main.asp">返回主菜单</a>】<br/>
<br/>
Copyright(c)WiiPu微普科技
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?