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

📄 my_upload.asp

📁 中国网站网贴吧程序源码(ASP+ACCESS) 实现功能: 多级分类查找,可按多级分类查找贴吧,多用户申请,任何人都可以申请自己的贴吧, 用户三种权限管理,1,普通会员,2,普通版主(只有管理自己的贴
💻 ASP
字号:
<%
OPTION EXPLICIT
Server.ScriptTimeOut=5000
%>
<!--#include file="boardconn.asp"-->
<!--#include file="inc/sql.asp"-->
<!--#include file="inc/inc.asp"-->
<!--#include file="inc/ip.asp"-->
<!--#include file="inc/const.asp"-->
<!--#include FILE="my_upfile.asp"-->
<%
dim request2
set request2=New UpLoadClass
request2.open()
%>
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="style/style.css" rel="stylesheet" type="text/css">
</head>
<script>parent.form.photo.value+='<%response.Write(request2.Form("strPhoto"))%>'</script>
<body>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
  <tr> 
    <td class=INDEX_XMALL>友情提示:形象照片上传完毕...</td>
  </tr>
</table>
</body>
</html>
<%
set request2=nothing
%>

⌨️ 快捷键说明

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