發(fā)現部分中文名(如:二維碼數據交換原理)的文件上傳會(huì )出現如題錯誤
ckfinder\core\connector\php\vendor\cksource\ckfinder\src\CKSource\CKFinder\Command\FileUpload.php?
找到:$fileName = $uploadedFile->getFilename();
在這 一行后面加入:?$fileName = uniqid() . '.' . $uploadedFile->getExtension();
將文件自動(dòng)重命名。