Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用集成在 CKEditor 中的 CKFinder。我想保持上传功能处于活动状态,但放弃浏览服务器选项,因为我不希望用户这样做。
我怎样才能做到这一点?
谢谢你。
简写是在您设置 CKFinder 与 CKEditor 的集成后,覆盖 FileBrowser 的 URL:
//Prevent the fileBrowser button and option $CKEditor->config['filebrowserBrowseUrl']=''; $CKEditor->config['filebrowserImageBrowseUrl']=''; $CKEditor->config['filebrowserFlashBrowseUrl']='';