时间:2021-07-01 10:21:17 帮助过:10人阅读
文件夹有权限读写吗?
文件夹有权限读写吗?
ueditor 的入口文件 是 controller.php
你可 http://localhost/路径/controller.php?action=config 看看保存路径是否正确
图片上传 是 imagePathFormat 项,不要改错了
ueditor 的入口文件 是 controller.php
你可 http://localhost/路径/controller.php?action=config 看看保存路径是否正确
你可在 Uploader.class.php 的 118 行附近的
if (!(move_uploaded_file($file["tmp_name"], $this->filePath) 之前将 $this->filePath 打印出来看看
找不到的东西就提取关键词全文件夹搜索,像楼上提到的move_uploaded_file和tmp_name都是上传文件的必备关键词
看看保存到什么地方去了。
查看新创建的文件。
你可在 Uploader.class.php 的 118 行附近的
if (!(move_uploaded_file($file["tmp_name"], $this->filePath) 之前将 $this->filePath 打印出来看看
你可在 Uploader.class.php 的 118 行附近的
if (!(move_uploaded_file($file["tmp_name"], $this->filePath) 之前将 $this->filePath 打印出来看看