View
Controller
##ErrorError: The return value of Request::File('image'); is null. How to get the uploaded image path?autoload2021-08-24 10:10:57
$img='<img src='."Your own corresponding path";
$img.='>';
echo $img;
Follow this output and see if your image can be displayed normally. This will help you see if your path is correct
autoload2021-08-23 13:53:33
If the upload root directory configured in the config/filesystem.php configuration file is not changed, the default storage runtime/storage/topic/, if there are multiple applications, it should be runtime/index/storage