ASP上传图片的怎么做呢

wuyouqinger 2006-04-04 02:13:53
请问各位高手
本人做了一套系统
可上传图片的后台做到一半 怎么也不能认可我上传的目录
这个系统怎么做呢
有简单的功能实现示例吗????
还有那个指定上传的文件夹在代码中哪块设定了呀
谢谢
...全文
172 3 打赏 收藏 转发到动态 举报
写回复
用AI写文章
3 条回复
切换为时间正序
请发表友善的回复…
发表回复
lianxiangpanjin 2006-04-04
  • 打赏
  • 举报
回复
另外还有一表 config1:ID(自动编号)uploadtype(文本)数据为gif|jpg|bmp|png|swf|zip|rar|rm|mp3|wma
建一上传目录gong_upload

fun.asp文件为
<%

function replacecolor(title)
dim startc,endc,lenc,tmp,titlecolor
startc=instr(title,"[")
endc=instr(title,"]")
lenc=endc-startc
if lenc=3 and startc>0 then
tmp=mid(title,startc,lenc+1)
select case tmp
case"[原创]"
titlecolor="blue"
case"[公告]"
titlecolor="red"
case"[贴图]"
titlecolor="#2f4f4f"
case"[注意]"
titlecolor="#cc00cc"
case"[求助]"
titlecolor="#ff6600"
case"[推荐]"
titlecolor="green"
case"[转帖]"
titlecolor="#666633"
case"[建议]"
titlecolor="#990000"
case"[下载]"
titlecolor="black"
case"[讨论]"
titlecolor="red"
case else
titlecolor="#3399ff"
end select
end if
replacecolor=titlecolor
end function

function kbbs(str)
if not isnull(str) and str<>"" then
str = Replace(str, " ","&nbsp")
str = Replace(str, "&#","&#")
str = replace(str, ">", ">")
str = replace(str, "<", "<")
str = Replace(str, CHR(32), " ")
str = Replace(str, CHR(9), " ")
str = Replace(str, CHR(34), """)
str = Replace(str, CHR(39), "'")
str = Replace(str, CHR(13), "")
str = Replace(str, "script", "script")
kbbs = str
end if
end function

function checknum(str)
if isnull(str) or str="" then
exit function
else
if not isnumeric(str) then
response.write"<center>非法操作导致程序终止!</center>"
response.end
else
checknum=int(str)
end if
end if
end function

Function LeftTrue(str,n)
If len(str)<=n/2 Then
LeftTrue=str
Else
Dim TStr
Dim l,t,c
Dim i
l=len(str)
t=l
TStr=""
t=0
for i=1 to l
c=asc(mid(str,i,1))
If c<0 then c=c+65536
If c>255 then
t=t+2
Else
t=t+1
End If
If t>n Then exit for
TStr=TStr&(mid(str,i,1))
next
LeftTrue = TStr+"..."
End If
End Function

Function lockedIpCheck()
dim num_ip,sql2
num_ip=IpEncode(ip)
set rs=server.createobject("adodb.recordset")
sql2="select id from lockip where int(startip)<="&num_ip&" and int(endip)>=" & num_ip
rs.open sql2,conn
if not rs.eof or not rs.bof then
rs.close
set rs=nothing
closedb
response.write"你所在网段已被封锁。可能该网段有人捣乱,请联系管理员!"
response.end
end if
rs.close
set rs=nothing
end function

function IpDecode(byval uip)
if trim(uip)="" or not isnumeric(uip) then
IpDecode=0
else
uip=Cdbl(uip)
dim ary_ip(3)
ary_ip(0)=fix(uip/16777216)
ary_ip(1)=fix((uip-ary_ip(0)*16777216)/65536)
ary_ip(2)=fix((uip-fix(uip/65536)*65536)/256)
uip=uip-fix(uip/65536)*65536
ary_ip(3)=fix(uip-fix(uip/256)*256)
IpDecode=join(ary_ip,".")
end if
end function

function IpEncode(byval uip)
if isnull(uip) or uip="" then
IpEncode=0
else
dim ary_ip,n
ary_ip=split(trim(uip),".")
n=ubound(ary_ip)
if n=3 then
IpEncode=ary_ip(0)*256*256*256+ary_ip(1)*65536+ary_ip(2)*256+ary_ip(3)
else
IpEncode=0
end if
end if
end function
%>
<%sub qian%>
<img onclick=fly() alt=飞行字 src="pic/fly.gif" border=0 title="飞行字">
<img onclick=move() alt=移动字 src="pic/move.gif" border=0 title="移动字">
<img onclick=light() alt=发光字 src="pic/glow.gif" border=0 title="发光字">
<img onclick=ying() alt=阴影字 src="pic/shadow.gif" border=0 title="阴影字">
<img onclick=Cbold() alt=粗体字 src="pic/bold.gif" border=0title="粗体字">
<img onclick=Citalic() alt=斜体字 src="pic/italicize.gif" border=0 title="斜体字">
<img onclick=Cunder() alt=下划线 src="pic/underline.gif" border=0 title="下划线">
<img onclick=center() alt="居中" border="0" src="pic/center.gif" title="居中">
<img onclick=image() alt=图片 src="pic/image.gif" border=0 title="图片">
<img onclick=Cswf() alt="flash动画" border="0" src="pic/swf.gif" title="flash动画">
<img onclick=Crm() alt=realplay视频文件 src="pic/rm.gif" border=0 title="realplay视频文件">
<img onclick=Cwmv() alt="Media Player视频文件" src="pic/mp.gif" border=0 title="Media Player视频文件">
<img onclick=Cemail() alt="Email连接" border="0" src="pic/ubb_email.gif" title="Email连接">
<img onclick=Curl() alt="超级连接" border="0" src="pic/url1.gif" title="超级连接">
<img onclick=Csound() alt="插入背景音乐" border="0" src="pic/csound.gif" title="插入背景音乐">
<img onclick="document.getElementById('content').value += trans()" alt=粘贴为超文本数据 src="pic/tie.gif" border=0 title="粘贴为超文本数据">
<%end sub%>
<%sub tie%>
<br>
·<a href=javascript:emoticon('[sup]内容[/sup]')>上标</a>
·<a href=javascript:emoticon('[sub]内容[/sub]')>下标</a><br>
·<a href=javascript:emoticon('
内容
')>插入代码</a><br>
·文字大小:<select onchange=ybbsize(this.options[this.selectedIndex].value) name=a style="font-size: 9pt"><OPTION value=1>1</OPTION><OPTION value=2>2</OPTION><OPTION value=3>3</OPTION><OPTION value=4>4</OPTION><PTION value=5>5</OPTION><OPTION value=6>6</OPTION><OPTION value=7>7</OPTION><OPTION value=8>8</OPTION><OPTION value=9>9</OPTION></SELECT><br>
·文字颜色:<select onchange=COLOR(this.options[this.selectedIndex].value) name="111" style="font-size: 9pt"><option style='COLOR:000000;BACKGROUND-COLOR:000000' value=000000>黑色</option><option style='COLOR:FFFFFF;BACKGROUND-COLOR:FFFFFF' value=FFFFFF>白色</option><option style='COLOR:008000;BACKGROUND-COLOR:008000' value=008000>绿色</option><option style='COLOR:800000;BACKGROUND-COLOR:800000' value=800000>褐色</option><option style='COLOR:808000;BACKGROUND-COLOR:808000' value=808000>橄榄色</option><option style='COLOR:000080;BACKGROUND-COLOR:000080' value=000080>深蓝色</option><option style='COLOR:800080;BACKGROUND-COLOR:800080' value=800080>紫色</option><option style='COLOR:808080;BACKGROUND-COLOR:808080' value=808080>灰色</option><option style='COLOR:FFFF00;BACKGROUND-COLOR:FFFF00' value=FFFF00>黄色</option><option style='COLOR:00FF00;BACKGROUND-COLOR:00FF00' value=00FF00>浅绿色</option><option style='COLOR:00FFFF;BACKGROUND-COLOR:00FFFF' value=00FFFF>浅蓝色</option><option style='COLOR:FF00FF;BACKGROUND-COLOR:FF00FF' value=FF00FF>粉红色</option><option style='COLOR:C0C0C0;BACKGROUND-COLOR:C0C0C0' value=C0C0C0>银白色</option><option style='COLOR:FF0000;BACKGROUND-COLOR:FF0000' value=FF0000>红色</option><option style='COLOR:0000FF;BACKGROUND-COLOR:0000FF' value=0000FF>蓝色</option><option style='COLOR:008080;BACKGROUND-COLOR:008080' value=008080>蓝绿色</option></select><br>
<%end sub%>
lianxiangpanjin 2006-04-04
  • 打赏
  • 举报
回复
------------------2.asp

<!--#include file="../inc/conn.asp"-->
<!--#include file="../inc/fun.asp"-->
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<%Server.ScriptTimeOut=900%>
<link rel="stylesheet" type="text/css" href="inc/css.css"><body leftmargin="0" topmargin="5">
<%dim savepath
savepath="gong_upload"
%>

<SCRIPT RUNAT=SERVER LANGUAGE=VBSCRIPT>

dim upfile_k6_Stream

Class upload_k6

dim Form,File,Version

Private Sub Class_Initialize
dim iStart,iFileNameStart,iFileNameEnd,iEnd,vbEnter,iFormStart,iFormEnd,theFile
dim strDiv,mFormName,mFormValue,mFileName,mFileSize,mFilePath,iDivLen,mStr
Version=""
if Request.TotalBytes<1 then Exit Sub
set Form=CreateObject("Scripting.Dictionary")
set File=CreateObject("Scripting.Dictionary")
set upfile_k6_Stream=CreateObject("Adodb.Stream")
upfile_k6_Stream.mode=3
upfile_k6_Stream.type=1
upfile_k6_Stream.open
upfile_k6_Stream.write Request.BinaryRead(Request.TotalBytes)

vbEnter=Chr(13)&Chr(10)
iDivLen=inString(1,vbEnter)+1
strDiv=subString(1,iDivLen)
iFormStart=iDivLen
iFormEnd=inString(iformStart,strDiv)-1
while iFormStart < iFormEnd
iStart=inString(iFormStart,"name=""")
iEnd=inString(iStart+6,"""")
mFormName=subString(iStart+6,iEnd-iStart-6)
iFileNameStart=inString(iEnd+1,"filename=""")
if iFileNameStart>0 and iFileNameStart<iFormEnd then
iFileNameEnd=inString(iFileNameStart+10,"""")
mFileName=subString(iFileNameStart+10,iFileNameEnd-iFileNameStart-10)
iStart=inString(iFileNameEnd+1,vbEnter&vbEnter)
iEnd=inString(iStart+4,vbEnter&strDiv)
if iEnd>iStart then
mFileSize=iEnd-iStart-4
else
mFileSize=0
end if
set theFile=new FileInfo
theFile.FileName=getFileName(mFileName)
theFile.FilePath=getFilePath(mFileName)
theFile.FileSize=mFileSize
theFile.FileStart=iStart+4
theFile.FormName=FormName
file.add mFormName,theFile
else
iStart=inString(iEnd+1,vbEnter&vbEnter)
iEnd=inString(iStart+4,vbEnter&strDiv)

if iEnd>iStart then
mFormValue=subString(iStart+4,iEnd-iStart-4)
else
mFormValue=""
end if
form.Add mFormName,mFormValue
end if

iFormStart=iformEnd+iDivLen
iFormEnd=inString(iformStart,strDiv)-1
wend
End Sub

Private Function subString(theStart,theLen)
dim i,c,stemp
upfile_k6_Stream.Position=theStart-1
stemp=""
for i=1 to theLen
if upfile_k6_Stream.EOS then Exit for
c=ascB(upfile_k6_Stream.Read(1))
If c > 127 Then
if upfile_k6_Stream.EOS then Exit for
stemp=stemp&Chr(AscW(ChrB(AscB(upfile_k6_Stream.Read(1)))&ChrB(c)))
i=i+1
else
stemp=stemp&Chr(c)
End If
Next
subString=stemp
End function


Private Function inString(theStart,varStr)
dim i,j,bt,theLen,str
InString=0
Str=toByte(varStr)
theLen=LenB(Str)
for i=theStart to upfile_k6_Stream.Size-theLen
if i>upfile_k6_Stream.size then exit Function
upfile_k6_Stream.Position=i-1
if AscB(upfile_k6_Stream.Read(1))=AscB(midB(Str,1)) then
InString=i
for j=2 to theLen
if upfile_k6_Stream.EOS then
inString=0
Exit for
end if
if AscB(upfile_k6_Stream.Read(1))<>AscB(MidB(Str,j,1)) then
InString=0
Exit For
end if
next
if InString<>0 then Exit Function
end if
next
End Function


Private Sub Class_Terminate
form.RemoveAll
file.RemoveAll
set form=nothing
set file=nothing
upfile_k6_Stream.close
set upfile_k6_Stream=nothing
End Sub


Private function GetFilePath(FullPath)
If FullPath <> "" Then
GetFilePath = left(FullPath,InStrRev(FullPath, "\"))
Else
GetFilePath = ""
End If
End function

Private function GetFileName(FullPath)
If FullPath <> "" Then
GetFileName = mid(FullPath,InStrRev(FullPath, "\")+1)
Else
GetFileName = ""
End If
End function

Private function toByte(Str)
dim i,iCode,c,iLow,iHigh
toByte=""
For i=1 To Len(Str)
c=mid(Str,i,1)
iCode =Asc(c)
If iCode<0 Then iCode = iCode + 65535
If iCode>255 Then
iLow = Left(Hex(Asc(c)),2)
iHigh =Right(Hex(Asc(c)),2)
toByte = toByte & chrB("&H"&iLow) & chrB("&H"&iHigh)
Else
toByte = toByte & chrB(AscB(c))
End If
Next
End function
End Class


Class FileInfo
dim FormName,FileName,FilePath,FileSize,FileStart
Private Sub Class_Initialize
FileName = ""
FilePath = ""
FileSize = 0
FileStart= 0
FormName = ""
End Sub

Public function SaveAs(FullPath)
dim dr,ErrorChar,i
SaveAs=1
if trim(fullpath)="" or FileSize=0 or FileStart=0 or FileName="" then exit function
if FileStart=0 or right(fullpath,1)="/" then exit function
set dr=CreateObject("Adodb.Stream")
dr.Mode=3
dr.Type=1
dr.Open
upfile_k6_Stream.position=FileStart-1
upfile_k6_Stream.copyto dr,FileSize
dr.SaveToFile FullPath,2
dr.Close
set dr=nothing
SaveAs=0
end function
End Class
</script>
<%
dim upNum
dim uploadsuc
dim Forumupload
dim ranNum
dim uploadfiletype
dim upload,file,formName,iCount,filename,fileExt
call upload_0()
sub upload_0()
set upload=new upload_k6 ''建立上传对象

response.write "<body leftmargin=5 topmargin=3>"

iCount=0
for each formName in upload.file ''列出所有上传了的文件
set file=upload.file(formName) ''生成一个文件对象
if file.filesize<100 then
response.write "请先选择你要上传的文件 [ <a href=# onclick=history.go(-1)>重新上传</a> ]"
response.end
end if

if file.filesize>1000*1000 then
response.write "文件大小超过了限制 1000 K [ <a href=# onclick=history.go(-1)>重新上传</a> ]"
response.end
end if

dim sfileExt,rs1,topic1,sql,i,action
sfileExt=split(file.filename,".")
fileExt="."&sfileExt(ubound(sfileExt))


set rs1=server.createobject("adodb.recordset")
sql="Select top 1 uploadtype from [config1] "
rs1.open sql,conn,1,3
Forumupload=rs1("uploadtype")
Forumupload=split(Forumupload,"|")
for i=0 to ubound(Forumupload)
if fileEXT="."&trim(Forumupload(i)) then
uploadsuc=true
exit for
else
uploadsuc=false
end if
next
if uploadsuc=false then
response.write "文件格式不正确 [ <a href=# onclick=history.go(-1)>重新上传</a> ]"
response.end
end if
rs1.close
set rs1=nothing

filename=replace(formatdatetime(now(),2),"-","")&"-"&replace(formatdatetime(now()+timeset/24,3),":","")&fileExt
'if action="headpic" then filename=lguserid&fileExt
if file.FileSize>0 then ''如果 FileSize > 0 说明有文件数据
file.SaveAs Server.mappath(savepath&"/"&FileName) ''保存文件
for i=0 to ubound(Forumupload)
if fileEXT="."&trim(Forumupload(i)) then

'response.write"<script>parent.topic.addimg.value+='"&savepath&"/"&FileName&"'"
'response.write"<script>parent.FrontPage_Form1.addimg.value+='"&savepath&"/"&FileName&"'"
response.write"<script>parent.FrontPage_Form1.addimg.value='"&FileName&"'"
response.write "</script>"


end if
next
iCount=iCount+1
end if
set file=nothing
next
set upload=nothing
Htmend iCount&" 个文件上传结束!"
end sub


sub HtmEnd(Msg)
%>
<font style="font-size:12px;" color="#990000">文件上传成功,请copy右边的文件连接,以备后用!</font>
<%
response.end
end sub
%>

lianxiangpanjin 2006-04-04
  • 打赏
  • 举报
回复
----------------1.asp
<!--#include file="../inc/conn.asp"-->
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="inc/css.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.STYLE1 {
font-size: 9pt;
font-family: "宋体";
}
table {
font-size:12px;
font-family:"宋体";
}
form {
font-size:12px;
font-family:"宋体";
}
-->
</style>

<form name="form" method="post" action="2.asp" enctype="multipart/form-data" >
文件:<input type="file" name="file1" size=15 class="inputbg">
<input type="submit" name="Submit" value="上传" class="inputbg">

28,391

社区成员

发帖
与我相关
我的任务
社区描述
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
社区管理员
  • ASP
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧