CKeditor在Struts2中上传

时间:2012-02-28 08:12:15

标签: struts2 ckeditor

我在struts.xml中指定了编辑器的所有选项:

<constant name="struts.ckeditor.allowUploads" value="true" /> <!-- default is false -->
<constant name="struts.ckeditor.allowedFileExtensions" value="jpg,jpeg,png,gif" />
<constant name="struts.ckeditor.uploadFolder" value="/userfiles/images/" />

并添加了属性“uploads =”true“”,

但是服务器没有出现,就像在http://ckeditor.com/demo的官方页面上的示例中一样,只有“发送到服务器”按钮仍然存在。

如果我在配置文件中将其指定为“/ userfiles / images /”,为什么输入中的默认上传文件夹仍然是“uploads /”?

screehsot http://img141.imageshack.us/img141/7673/screenshotat20120228100.png

我错过了什么?

0 个答案:

没有答案