解决 ckfinder 不能上传图片,附件问题
Symptom:
图片上传一闪而过,没有任何提示.然后文件也没有上传成功。
Analyse:
- struts拦截器给拦截到了上传,在struts.xml中新增
<constant name="struts.action.excludePattern" value="/ckeditor/.*,/ckfinder/.*"/>
- 还需要设置basedir和basepath(baseDir是物理路径,写的是绝对路径. baseURL也要写绝对路径,http也不能少,否则不能正常地显示图片)
<baseDir>E:\xxx\xxxx</baseDir>
<baseURL>http://localhost:8080/cvl/useruploadfiles/</baseURL>