當前位置:首頁 » 文件管理 » 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 21:27:07 瀏覽:751
python中的ord 發布:2025-03-18 21:20:11 瀏覽:323
qq網源碼 發布:2025-03-18 21:19:19 瀏覽:557
收款源碼 發布:2025-03-18 21:18:39 瀏覽:752
android小部件 發布:2025-03-18 20:59:56 瀏覽:229
現在下載什麼軟體要賬號密碼 發布:2025-03-18 20:55:43 瀏覽:864
vivo手機視頻放在哪個文件夾 發布:2025-03-18 20:55:42 瀏覽:572
c語言的返回值 發布:2025-03-18 20:51:21 瀏覽:948
iisftpwin10 發布:2025-03-18 20:27:50 瀏覽:956
mysql執行存儲過程語句 發布:2025-03-18 20:13:00 瀏覽:957