當前位置:首頁 » 文件管理 » 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';

熱點內容
雙機熱備虛擬ip怎麼配置域名 發布:2025-07-03 19:09:18 瀏覽:351
計算數據存儲地址 發布:2025-07-03 18:48:29 瀏覽:711
安卓恢復出廠設置如何退出 發布:2025-07-03 18:40:41 瀏覽:695
家用電腦和網吧電腦做成伺服器 發布:2025-07-03 18:22:07 瀏覽:858
jsp刷新緩存 發布:2025-07-03 18:18:06 瀏覽:924
機房伺服器啟動不起來是什麼原因 發布:2025-07-03 18:18:02 瀏覽:445
腳本召喚坐騎攻略 發布:2025-07-03 18:17:59 瀏覽:230
皓影智享加裝哪些配置好 發布:2025-07-03 17:54:44 瀏覽:617
mongodbjava 發布:2025-07-03 17:54:31 瀏覽:100
外鍵約束sql語句 發布:2025-07-03 17:51:04 瀏覽:459