1.应该修改editor/filemanager/upload/php/editor/filemanager/browser/default/connectors/php/config.php 中的$Config['Enabled'] = true ;
2.应该修改editor/filemanager/upload/php/editor/filemanager/upload/php/config.php 中的$Config['Enabled'] = true ;
3.应该修改editor/filemanager/upload/php下util.php里面的getrootpath函数
CODE:
function GetRootPath() { $sRealPath = realpath( '.' ) ; $sRealPath=str_replace('//','/',$sRealPath); $sRealPath = substr( $sRealPath, 0, strrpos( $sRealPath, '/' ) ) ; $sRealPath = substr( $sRealPath, 0, strrpos( $sRealPath, '/' ) ) ; $sRealPath = substr( $sRealPath, 0, strrpos( $sRealPath, '/' ) ) ; $sRealPath = substr( $sRealPath, 0, strrpos( $sRealPath, '/' ) ) ; $sRealPath = substr( $sRealPath, 0, strrpos( $sRealPath, '/' ) ) ; return $sRealPath.'/'; }还有editor/filemanager/browser/default/connectors/php下io.php里面的getrootpath函数
CODE:
function GetRootPath() { $sRealPath = realpath( '.' ) ; $sRealPath=str_replace('//','/',$sRealPath); $sRealPath = substr( $sRealPath, 0, strrpos( $sRealPath, '/' ) ) ; $sRealPath = substr( $sRealPath, 0, strrpos( $sRealPath, '/' ) ) ; $sRealPath = substr( $sRealPath, 0, strrpos( $sRealPath, '/' ) ) ; $sRealPath = substr( $sRealPath, 0, strrpos( $sRealPath, '/' ) ) ; $sRealPath = substr( $sRealPath, 0, strrpos( $sRealPath, '/' ) ) ; $sRealPath = substr( $sRealPath, 0, strrpos( $sRealPath, '/' ) ) ; $sRealPath = substr( $sRealPath, 0, strrpos( $sRealPath, '/' ) ) ; return $sRealPath.'/'; }然后修改editor/filemanager/browser/default/connectors/php里面config.php文件的$Config['UserFilesPath']变量以及editor/filemanager/upload/php下config.php里面的$Config['UserFilesPath']变量就行了。不过图片在编辑器里面不能看见,但是显示成内容的时候没有问题
本文介绍如何配置富文本编辑器的文件上传功能,包括启用上传和浏览功能,设置根路径获取方法以及指定用户文件路径等关键步骤。

4万+

被折叠的 条评论
为什么被折叠?



