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

📄 upload.asp

📁 一款不错的影音视频网站源代码。asp的程序。后台有自动采集功能
💻 ASP
字号:
<%Server.ScriptTimeOut=5000%>
<BODY leftMargin=0 topMargin=0>
<!--#include file="../../inc/conn.asp"-->
<!--#include file="function.asp"-->
<!--#include FILE="upclass.asp"-->
<%call login_check()
dim request2,formPath,formName,intCount,intTemp
set request2=new UpLoadClass
	request2.FileType="jpg/bmp/gif/png"
	request2.MaxSize=10240*1024
	request2.SavePath="../../"&web_picdir
	request2.Open()
if request2.Error =0 then
Response.Write"<span style=""font-size:12px;color:red"">上传成功</span>"%>
<script>parent.document.getElementById("moviepic").value="<%=request2.Form("strPhoto")%>"</script>
<%end if
set request2=nothing%>
</BODY>
</HTML>

⌨️ 快捷键说明

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