| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 729 人关注过本帖
标题: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
快速回复:eWebEditor2编辑器删除图片问题
数据加载中...
 
   



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

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