當前位置:首頁 » 文件管理 » fckeditor上傳路徑

fckeditor上傳路徑

發布時間: 2023-07-04 13:41:59

1. FCKeditor怎樣上傳視頻

還得需要個ckfinder 在裡面設置一下在FCKeditor的config.js中配置:
var ckfinderPath = "/ckeditor ckfinder/ckfinder"; //ckfinder路徑 // 在 CKEditor 中集成 CKFinder,注意 ckfinder 的路徑選擇要正確。
config.filebrowserBrowseUrl = ckfinderPath + '/ckfinder/ckfinder.html';
config.filebrowserImageBrowseUrl = ckfinderPath + '/ckfinder/ckfinder.html?Type=Images';
config.filebrowserFlashBrowseUrl = ckfinderPath + '/ckfinder/ckfinder.html?Type=Flash';
config.filebrowserUploadUrl = ckfinderPath + '/ckfinder/core/connector/aspx/connector.aspx?command=QuickUpload&type=Files';
config.filebrowserImageUploadUrl = ckfinderPath + '/ckfinder/core/connector/aspx/connector.aspx?command=QuickUpload&type=Images';
config.filebrowserFlashUploadUrl = ckfinderPath + '/ckfinder/core/connector/aspx/connector.aspx?command=QuickUpload&type=Flash';
// config.filebrowserWindowWidth = '800';
// config.filebrowserWindowHeight = '500';

熱點內容
怎麼連接動車上的wifi密碼多少 發布:2025-03-18 22:49:34 瀏覽:531
密碼放在什麼文件夾裡面 發布:2025-03-18 22:48:12 瀏覽:316
shell腳本自動執行 發布:2025-03-18 22:22:53 瀏覽:404
長城電腦桌面雲伺服器放在哪裡 發布:2025-03-18 22:22:51 瀏覽:484
我的世界積分板做伺服器 發布:2025-03-18 22:12:06 瀏覽:792
暗黑哪個文件夾可以下載 發布:2025-03-18 22:11:17 瀏覽:783
root腳本和免root腳本 發布:2025-03-18 22:04:17 瀏覽:506
怎麼弄黑框字體安卓 發布:2025-03-18 22:04:14 瀏覽:174
怎麼知道我的世界伺服器的密碼 發布:2025-03-18 21:43:48 瀏覽:177
android專家 發布:2025-03-18 21:41:16 瀏覽:802