FCKeditor的问题比较的急~~~高手解答下
我都能上传,但就是不能预览,高手帮忙指点下
上传的图片地址是下面的
~/UserFiles/20051130134616.gif
这个是我的配置文件
<appSettings>
<add key= "FCKeditor:BasePath " value= "~/FCKeditor/ "/>
<add key= "FCKeditor:UserFilesPath " value= "~/UserFiles " />
</appSettings>
------解决方案--------------------不能预览?是路径错了吧
服务器控件才可以这样写 ~/UserFiles/20051130134616.gif
------解决方案-------------------- <add key= "FCKeditor:UserFilesPath " value= "~/UserFiles " />
上句的 ~ 要改掉,改成你的虚拟目录名就可以了.呵呵.
------解决方案-------------------- <add key= "FCKeditor:UserFilesPath " value= "~/UserFiles " /> ?这个有问题!
换成:
<add key= "FCKeditor:UserFilesPath " value= "你的项目名称(虚拟目录名称)/UserFiles " />
看看!