Fckeditor 上传图片的配置,为什么老是配置不好啊 - PHP进阶讨论
Fckeditor上传图片的配置,为什么老是配置不好啊很郁闷啊,老是搞不好,那位大哥出手相助一下,谢谢[php]global$Config;//SECURITY:Youm...
Fckeditor 上传图片的配置,为什么老是配置不好啊很郁闷啊,老是搞不好,那位大哥出手相助一下,谢谢[php] global $Config ;// SECURITY: You must explicitelly enable this \"connector\". (Set it to \"true\").$Config[\'Enabled\'] = true ;// Path to user files relative to the document root.$Config[\'UserFilesPath\'] = \'/webapp/YongCMS/upload/\' ;// Fill the following value it you prefer to specify the absolute path for the// user files directory. Usefull if you are using a virtual directory, symbolic// link or alias. Examples: \'C:\\\\MySite\\\\userfiles\\\\\' or \'/root/mysite/userfiles/\'.// Attention: The above \'UserFilesPath\' must point to the same directory.$Config[\'UserFilesAbsolutePath\'] = \'/webapp/YongCMS/upload/\' ;[/php]
展开
4个回答
2014-01-08
展开全部
经过一番的苦思冥想,终于把这个问题解决了,原来是提交数据的时候出错了[php] $content=addslashes($_POST[\'EditorDefault\']);[/php]加上了addslashes 他会把那些危险的字符替换掉 把它去掉就可以了[php] $content=$_POST[\'EditorDefault\'];[/php]
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2014-01-08
展开全部
$Config[\'UserFilesPath\']是相对于文档根的路径$Config[\'UserFilesAbsolutePath\']这个和上面的位置一样只是要用绝对路径
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2014-01-08
展开全部
这是提交后字符串路径被处理了,怎么解决的我忘记了自己按这个思路多试试吧
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2014-01-08
展开全部
:tongue: if (isset($_SERVER[\'PHP_SELF\'])){? ? define(\'FCK_PHP_SELF\', $_SERVER[\'PHP_SELF\']);}else{? ? define(\'FCK_PHP_SELF\', $_SERVER[\'SCRIPT_NAME\']);}$root_path = preg_replace(\'/include(.*)/i\', \'\', FCK_PHP_SELF);// Path to user files relative to the document root.$Config[\'UserFilesPath\'] = $root_path.\'userfiles/\';
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询