stone_uponefile.asp

来自「后台登陆地址flashgbook/admin/index.asp用户名:admi」· ASP 代码 · 共 34 行

ASP
34
字号
<% 
	if session("admin_name")="" then
		response.redirect"admin.asp"
	end if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>Admin_Upwork</title>
<style type="text/css">
<!--
body {
	background-color: #006699;
}
.inputbt {
	font-family: "宋体";
	font-size: 12px;
	border: 0px solid #000000;
	background-color: #66CCFF;
	padding-top: 2px;
	padding-left: 1px;
	height: 18px;
}
-->
</style></head>
<body topmargin="0" leftmargin="0" >
<form action="stone_Upfile.asp?action=onefile" method="POST" enctype="multipart/form-data" class="fontmenu2" onsubmit="up.disabled=true;up.value='上传中,请稍候……'">
	<div align="center">
	  <input name="onefile" type="file" class="inputbt" size="1">
	  <input name="up" type="submit" class="inputbt" value="上传" >
    </div>
</form>
</body>
</html>

⌨️ 快捷键说明

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