fckeditor的文件上传问题

duying357 2009-10-13 12:37:25
fckeditor的文件都配置完成后,应该没有什么问题了,可是文件上传时出现了You are not authorized to browse/list files and/or foldeds!这样的问题对话框,而且图片文件不能上传。

请各位高手帮我解决一下,谢谢!
...全文
173 10 打赏 收藏 转发到动态 举报
写回复
用AI写文章
10 条回复
切换为时间正序
请发表友善的回复…
发表回复
crazylaa 2010-01-27
  • 打赏
  • 举报
回复
ckeditor 传文件
http://java.fckeditor.net/localization.html
yanfei133 2010-01-27
  • 打赏
  • 举报
回复
[Quote=引用 5 楼 linyu1247 的回复:]
新建一个fckeditor.properties放在class的跟目录下,内容为connector.userActionImpl=net.fckeditor.requestcycle.impl.UserActionImpl
[/Quote]

楼上正解:
public class FCKEnabledUserAction implements UserAction{

public boolean isEnabledForFileBrowsing(final HttpServletRequest request) {
return true;
}

public boolean isEnabledForFileUpload(final HttpServletRequest request) {
return true;
}

public boolean isCreateFolderEnabled(final HttpServletRequest request) {
return true;
}
}
zhouchang1234567 2010-01-07
  • 打赏
  • 举报
回复
[Quote=引用 6 楼 wenjjing2lianee 的回复:]
引用 2 楼 swandragon 的回复:
http://java.fckeditor.net/localization.html

支持
[/Quote]

环境问题
wenjjing2lianee 2010-01-07
  • 打赏
  • 举报
回复
[Quote=引用 2 楼 swandragon 的回复:]
http://java.fckeditor.net/localization.html
[/Quote]
支持
linyu1247 2010-01-07
  • 打赏
  • 举报
回复
新建一个fckeditor.properties放在class的跟目录下,内容为connector.userActionImpl=net.fckeditor.requestcycle.impl.UserActionImpl
renciabc 2010-01-07
  • 打赏
  • 举报
回复
我也遇到了,谁知道如何解决啊?
sdust5566 2009-11-11
  • 打赏
  • 举报
回复
我也遇到这问题了。。研究中
swandragon 2009-10-13
  • 打赏
  • 举报
回复
参考

81,114

社区成员

发帖
与我相关
我的任务
社区描述
Java Web 开发
社区管理员
  • Web 开发社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧