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