标题:eWebEditor2编辑器删除图片问题
只看楼主
guang2356447
Rank: 2
等 级:论坛游民
帖 子:434
专家分:31
注 册:2007-7-10
结帖率:65.85%
 问题点数:0 回复次数:0 
eWebEditor2编辑器删除图片问题
eWebEditor2编辑器
怎么删除服务器中的图片啊
我图片字段cptp 里存的是  
<IMG height=111 src="/yk/ewebeditor2/UploadFile/20081494322531.jpg" width=111 border=0>
删除文件是
<!-- #include file="conn.asp"-->
<%
id = request.querystring("id")
exec="Select * from cp where id="&id
Set rs=Server.CreateObject("ADODB.Recordset")
rs.Open exec,conn,2,3
'filepath=rs("cptp")
Set fso = CreateObject("Scripting.FileSystemObject")
fso.DeleteFile(Server.mappath(rs("cptp")))
Set fso = nothing
rs.delete
rs.close
Set rs = Nothing
conn.close
set conn=nothing
%>
<script language="javascript">alert('删除成功!');location.href='index3.asp?id=9'</script>
能删除字段  图片就是删不了
搜索更多相关主题的帖子: 编辑器 删除 
2008-01-04 09:44



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-195772-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.379324 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved