gpt4 book ai didi

javascript - python中的CKEditor filemanager

转载 作者:行者123 更新时间:2023-12-03 17:04:28 25 4
gpt4 key购买 nike

我正在使用flask(一个小型​​python框架)创建一个应用程序,并试图将CKEditor和filemanager(https://github.com/simogeo/Filemanager)集成在一起,但我无法做到这一点。

我遵循自述文件,将filemanager.config.js更改为python语言,将网址添加到ckeditor config中,但没有执行任何操作(没有新按钮,没有浏览或上传)。

    filemanager: filemanager.config.js
"options": {
"culture": "en",
"lang": "python",
(...)




ckeditor: config.js
config.filebrowserBrowseUrl: 'http://localhost:5000/static/js/filemanager/index.html'
config.filebrowserImageBrowseUrl = 'http://localhost:5000/static/js/filemanager/index.html?type=Images&currentFolder=/Image/';
config.filebrowserFlashBrowseUrl = 'http://localhost:5000/static/js/filemanager/index.html?type=Flash&currentFolder=/Flash/';
config.filebrowserUploadUrl = 'http://localhost:5000/static/js/filemanager/connectors/php/filemanager.cfm?mode=add&type=Files&currentFolder=/File/';
config.filebrowserImageUploadUrl = 'http://localhost:5000/static/js/filemanager/connectors/php/filemanager.cfm?mode=add&type=Images&currentFolder=/Image/';
config.filebrowserFlashUploadUrl = 'http://localhost:5000/static/js/filemanager/connectors/php/filemanager.cfm?mode=add&type=Flash&currentFolder=/Flash/';


我真的需要能够在ckeditor / python中浏览和上传文件。有谁可以帮助我吗。

谢谢

最佳答案

我是您上面提到的主要Filemanager。如自述文件中所述,“由于最近进行了许多更改,因此现在仅提供PHP和MVC连接器”。

release 0.8可能适用于Python。 (我什至不确定)。

如果这里有人想要改编现有的python连接器以支持FM最新版本,那么对所有python社区来说都是很棒的。

关于javascript - python中的CKEditor filemanager,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23064798/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com