http://twpug.net/modules/newbb/viewtopic.php?topic_id=1957&forum=21
除了按照範例提供的說明外,要使用檔案上傳的功能需要調整下面三個地方:
1. FCKeditor/fckconfig.js
var _FileBrowserLanguage = 'php' ; var _QuickUploadLanguage = 'php' ; *預設為 asp2. FCKeditor/editor/filemanager/upload/php/config.php
$Config['Enabled'] = true ; $Config['UserFilesAbsolutePath'] = '/home/xxx/public_html/UserFiles/' ; 3. FCKeditor/editor/filemanager/browser/default/connectors/php/config.php $Config['Enabled'] = true ; $Config['UserFilesAbsolutePath'] = '/home/xxx/public_html/UserFiles/' ;* 預設為關閉,而且沒有絕對路徑
如果 /home/xxx/public_html/UserFiles 有需要調整,記得順便調整 $Config['UserFilesPath'] 的內容(相對與網頁根目錄的路徑),也記得設定為網頁伺服器能夠寫入。
沒有留言:
張貼留言