下遠端圖片保存目錄
editorpluginsremoteuploadsave.asp
修改內容
ConfigSavePath = "/Upload/"
預設為根目錄下的Upload目錄,修改注意要以"/"結尾
本壓縮包是我整理精簡的FckEditor ASP版,版本為2.5 Beta Build 16848
可以直接使用,或是自己單獨安裝「遠端圖片自動儲存外掛」到您自己的Fck裡。
安裝方法
1。拷貝/editor/plugins/remoteupload目錄到您的FCK對應目錄
2。修改您的fckconfig.js文件,尋找FCKConfig.PluginsPath = FCKConfig.BasePath + plugins/ ;
新增一行
FCKConfig.Plugins.Add( remoteupload , en,zh-cn ) ;
3。調整您的工具列設置,增加遠端儲存按鈕,以下是我的
FCKConfig.ToolbarSets["Default"] = [
[ Source , DocProps , - , Save , NewPage , Preview , - , Templates ],
[ Cut , Copy , Paste , PasteText , PasteWord , - , Print , SpellCheck ],
[ Undo , Redo , - , Find , Replace , - , SelectAll , RemoveFormat ],
[ Form , Checkbox , Radio , TextField , Textarea , Select , Button , ImageButton , HiddenField ],
/ ,
[ Bold , Italic , Underline , StrikeThrough , - , Subscript , Superscript ],
[ OrderedList , UnorderedList , - , Outdent , Indent , Blockquote ],
[ JustifyLeft , JustifyCenter , JustifyRight , JustifyFull ],
[ 連結 , Unlink , Anchor ],
[ Image , Flash , Table , Rule , Smiley , SpecialChar , PageBreak ],
/ ,
[ Style , FontFormat , FontName , FontSize ],
[ TextColor , BGColor ],
[ FitWindow , ShowBlocks , - , About , RemoteUpload ] // No comma for the last row.
] ;