logup.asp
来自「中原商贸城 中原商贸城 项目库 企业库 供求信息 会员 招聘 企业展示」· ASP 代码 · 共 24 行
ASP
24 行
<!--#include file="upload_5xsoft.inc"-->
<%
dim upload,file
set upload=new upload_5xsoft
set file=upload.file("file")
session("image")="../manage/image/"&file.filename
if file.filesize >0 then
file.saveAS server.mappath("../image/"&file.filename)
set file=nothing
%>
<script language="JavaScript">
window.alert("更换成功!")
location.href="managenews.asp?action=<%=session("one")%>&newsid=<%=session("two")%>&image=<%=session("image")%>"
</script>
<%
set upload=nothing
else
%>
<script language="JavaScript">
window.alert("请选择要上传的图片!")
history.back(1)
</script>
<% end if%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?