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

熱點內容
php小票列印機 發布:2025-02-05 03:42:00 瀏覽:613
vivo安卓手機如何連接藍牙耳機 發布:2025-02-05 03:40:30 瀏覽:957
youtubeapp緩存 發布:2025-02-05 03:33:10 瀏覽:747
vc遍歷文件夾 發布:2025-02-05 03:33:09 瀏覽:479
怎麼設dns伺服器地址 發布:2025-02-05 03:31:57 瀏覽:758
訪問伺服器文件夾 發布:2025-02-05 03:29:38 瀏覽:38
新手機的密碼在哪裡 發布:2025-02-05 03:28:04 瀏覽:480
lol按鍵源碼 發布:2025-02-05 03:11:47 瀏覽:899
wordpress安裝linux 發布:2025-02-05 03:01:53 瀏覽:140
c語言中的temp 發布:2025-02-05 02:43:08 瀏覽:125