chengkun
2025-05-22 3b321a2882db082c68aaf8771e0f55daa58a63d3
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();