CKEditor和CKFinder整合实现下传上载功能
CKEditor和CKFinder整合实现上传下载功能???????????????? connectionTimeout20000 ?????????????? red
CKEditor和CKFinder整合实现上传下载功能
?
?
?????????????? connectionTimeout="20000"
?????????????? redirectPort="8443" URIEncoding="utf-8" />
这个设置中的URIEncoding是为了在访问的时候,即使访问路径中出现中文也能正常访问.? 如果还有其他问题,可以发贴继续交流一下^_^
当我修改basePath之后,就出现这样一个JS错误:
Uncaught ReferenceError: CKEDITOR is not defined
还有,看看你的index.jsp有没有base标签,在<head>下面,有没有index.jsp页面上面的:
<%
String path = request.getContextPath();
String basePath = request.getScheme()+ "://" +request.getServerName()+ ":" +request.getServerPort()+path+ "/" ;
%>
还有就剩下你存放的ckeditor文件夹是否放在webRoot下面………………
如果还是不行,加我Q,我给你远程调试一下……
还有就是时隔三个月才回你,我最近要找工作,得好好准备准备,之前不经常上网,都是单机………… 不要介意啊 呵呵 4 楼 老虎仔CKJ 2012-03-29 请问如何用jsp+上述两个实现多用户的上传和下载? 5 楼 cufire 2012-05-14 这个是不是只能上传图片啊??ckeditor和ckfinder整合可以上传文件吗?? 6 楼 devcang 2012-06-26 照着配置,一步步做,可以上传图片,但没有getContent方法