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] 展开
 我来答
匿名用户
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/\';
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(2)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式