yes, i tried upload image with ajax,it does’t work ,then try the demo contact page
$attachFiles = $request->getUploadedFiles();
var_dump($attachFiles);
, the same ,
it seems there is problems with my server,
can’t create tmpfile() when upload, i will check ,thank you
it worked after set php upload_tmp_dir
and upgrade the system, now php version is 8.0.9
i don’t know what make it works