一、打开\ueditor\php\action_upload.php 找到
include"Uploader.class.php";
在下面添加:
require_once("../../common.inc.php"); require_once("../../image.func.php");
二、打开\ueditor\php\Uploader.class.php 找到
$this->stateInfo=$this->stateMap[0];
在124行左右,在它下面加上
@WaterImg($this->filePath,'down');
在258行左右,在它下面加上
@WaterImg($filePath,'down');