📄 picup.asp
字号:
<%@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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -