当前位置:首页 > FCKeditor(Asp.Net)的配置、扩展与安全性

FCKeditor(Asp.Net)的配置、扩展与安全性

点击次数:1234  更新日期:2010-12-31
\n

前言


\n

FCKeditor是使用非常广泛的HTML编辑器,本文从 ASP.NET 的使用场景对 FCKeditor 与 FCKeditor.NET 的配置、功能扩展(如自定义文件上传子目录自定义文件名上传图片的后期处理等)、以及安全性进行初步的阐述。


\n

希望能帮助有同样需求的同仁节省一点时间;也希望各位能指正其中的不足。谢谢。



\n

一、自定义 FCKeditor 的 BasePath

BasePath 即FCKeditor在网站中的相对路径,默认值是 /fckeditor/,最好在Web.config appSettings中对其进行配置:


\n
<!–

\n

Code highlighting produced by Actipro CodeHighlighter (freeware)
\nhttp://www.CodeHighlighter.com/

\n

–><add key=”FCKeditor:BasePath” value=”/FCKeditor_2.6.3/”/>

\n