我有问题让kohana使用文本框技术与kcfinder一起工作,之前曾经工作过。现在我有问题它弹出了用它编写的PHP代码
function openKCFinder(base) {
window.KCFinder = {
callBack: function(url) {
$(".kc-file").val(url);
$(".article-thumbnail").prop("src",url);
window.KCFinder = null;
}
};
window.open(base+'kcfinder/browse.php?type=files&dir=files/public', 'kcfinder_textbox',
'status=0, toolbar=0, location=0, menubar=0, directories=0, ' +
'resizable=1, scrollbars=0, width=400, height=400'
);
}
base是kohana基本路径
它告诉我这个
@copyright 2010, 2011 KCFinder Project * @license http:www.opensource.org/licenses/gpl-2.0.php GPLv2 * @license http://www.opensource.org/licenses/lgpl-2.1.php LGPLv2 * @link http://kcfinder.sunhater.com */ require "core/autoload.php"; $browser = new browser(); $browser->action(); ?>
答案 0 :(得分:0)
不处理PHP脚本看起来很愚蠢。
也许您指的是磁盘而不是Web服务器?
base
应为http://...
而不是c:\xaamp\...\