📄 upfile7.asp
字号:
<!--#include file="../inc/conn.asp" -->
<!--#include file="checkadmin_top.asp" -->
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="../inc/test.css" type="text/css">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<br>
<br>
<table width="70%" border="0" cellspacing="1" cellpadding="5" bgcolor="#000000" align="center">
<tr>
<td align="center" bgcolor="#F1f1f1">新闻图片更新</td>
</tr>
<tr>
<td bgcolor="#FFFFFF">
<form name="form" method="post" action="upfile6.asp?id=<%=request("id")%>" enctype="multipart/form-data" >
<div align="center">
<input type="file" name="file" class="bk">
<input type="submit" name="Submit2" value="上传" >
</div>
</form>
</td>
</tr>
</table>
<br>
<br>
<br>
</body>
</html>
<!--#include file="checkadmin_bottom.asp" -->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -