请教FCKeditor的问题
我设置的一些地方有:
1、BasePath="fckeditor/"
2、<appSettings>
<add key="FCKEditor:BasePath" value="/fckeditor/"/>
<add key="FCKeditor:UserFilesPath" value="/userfiles/"/>
</appSettings>
3、修改fckeditor文件config.ascx的CheckAuthentication返回值为true
问题:
1、在IE7中,点击图片的“浏览服务器”时,可以使用,但是上传文件的路径却是在C盘的userfiles文件夹。为什么?
2、在firefox中点击时,出现错误:
对话框:The server didn't reply with a proper XML data. Please check your configuration.
请教配置文件要怎么修改?