In the version of php7.0, part of Ueditor function is useless. In addition, JS is also wrong in order to upload multiple maps.
UeditorRandom number function
$randNum = rand(1, 10000000000) . rand(1, 10000000000);
The value range is too large, exceeding the range of int, resulting in errors.
After uploading the file, the generated file name is wrong, causing adverse reactions.
The following is changed, and the JS problem of sorting is also adjusted.
https://files.cnblogs.com/files/etiao/Ueditor.zip