fckeditor上传图片路径问题
我的虚拟目录名为:bbs
我设置了UserFilesPath ="~/buy/Upload/"
这样的上传路径应该是:buy/upload/****.jpeg,而实际上确显示是bbs/buy/upload/****.jpeg。这样虽然本地上是能显示出来,但是上传到服务器上一定是显示不出来的。
另:我在web.config 上也这样试过
<add key="FCKeditor:BasePath" value="~/buy/fckeditor/"/>
<add key="FCKeditor:UserFilesPath" value="~/buy/upload/"/>
也是和上面一样的错误
到底是哪里出问题了?