我在tinyMCE上使用justboil图片上传插件。我能够上传图片,但该图片而不是上传到目标文件夹“media”上传到htdocs文件夹(xampp),意味着它甚至没有上传到我的根文件夹教程
$config['img_path'] = `C:\xampp\htdocs\tutorials\media`;
$config['upload_path'] = $_SERVER['DOCUMENT_ROOT'] . $config['img_path'];
我的代码出错了?
答案 0 :(得分:0)
您需要明确设置上传文件夹(https://github.com/vikdiesel/justboil.me/blob/master/config.php):
$config['img_path'] = '/images/somefolder'; // Relative to domain name