图片上传路径保存在数据库里怎么做,请高手指教,谢谢!

图片可以上传到指定的文件夹了,但是路径不在数据库里,请问怎么弄才能使路径保存在数据库里。<!--#includefile="UpLoad_Class.asp"--><%d... 图片可以上传到指定的文件夹了,但是路径不在数据库里,请问怎么弄才能使路径保存在数据库里。
<!--#include file="UpLoad_Class.asp"-->
<%
dim upload,iserr,id,qid,desc,str
iserr = false
id = 0
qid = 0
desc = ""
set upload = new AnUpLoad
upload.Exe = "jpg|bmp|jpeg|gif|png"
upload.MaxSize = 1 * 1024 * 1024 '2M
upload.GetData()
if upload.ErrorID>0 then
iserr = true
desc = upload.Description
else
dim file,savpath
savepath = "images"
set file = upload.files("file")
id = upload.forms("pid")
qid = upload.forms("que")
if not(file is nothing) then
result = file.saveToFile(savepath,0,true)
if result then
desc = file.filename
else
iserr = true
desc = file.Exception
end if
else
iserr = true
desc = "没有上传文件"
end if
end if
set upload = nothing
%>
<script type="text/javascript">
window.parent.setStep(<%=lcase(iserr)%>,'<%=replace(desc,"'","\'")%>');
</script>
请高手指点一下怎样改才能使图片的路径保存在img的字段里。谢谢!
展开
 我来答
872318757
2012-12-23 · TA获得超过481个赞
知道小有建树答主
回答量:862
采纳率:50%
帮助的人:341万
展开全部
savepath为文件路径,要放到什么数据库里,上传完成后直接写插入savepath到数据库就行了
追问
savepath = "images",是存在images的文件夹里,文件存在images的文件夹里显示的路径保存在数据库里怎么写。
dim file,savpath="img",是不是路径插入到img的字段中。

我不懂怎么写请帮忙一下好吗?谢谢!
追答
老大,要插到什么数据库啊?saevpath插入到数据库就行
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式