码迷,mamicode.com
首页 > 其他好文 > 详细

kindeditor文本编辑器删除文本中图片路径出错

时间:2014-06-17 14:12:17      阅读:182      评论:0      收藏:0      [点我收藏+]

标签:style   http   ext   color   get   使用   

string[] imgname;
MODEL.Strategy modelMenu = bllMenu.GetModel(int.Parse(strId));
imgname = getPicUrl.getPicUrls(modelMenu.SContent).Split(‘|‘);
foreach (string c in imgname)
{

ImageHelper.DeleteImg(HttpContext.Current.Server.MapPath(c));

}

kindeditor文本编辑器删除文本中图片路径出错   HttpContext.Current.Server.MapPath(c)要使用相对路径

kindeditor文本编辑器删除文本中图片路径出错,布布扣,bubuko.com

kindeditor文本编辑器删除文本中图片路径出错

标签:style   http   ext   color   get   使用   

原文地址:http://www.cnblogs.com/lxclqy/p/3791529.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!