chengkun
2025-05-12 c49b17b9588306c14ad4b30e6a2c4b8644f3233b
js/ueditor/php/action_crawler.php
@@ -35,7 +35,7 @@
/* 抓取远程图片 */
$list = array();
$source = $_POST[$fieldName] ?? $_GET[$fieldName];
$source = $_POST[$fieldName] ? $_GET[$fieldName]:"";
foreach ($source as $imgUrl) {
    $item = new Uploader($imgUrl, $config, "remote");
    $info = $item->getFileInfo();