标签: php symfony-2.3 symfony-3.2
我已检查文件存在,但显示某些图像文件的错误,而不是全部。
$photo = $request->request->get('photo'); $obj = new \Symfony\Component\HttpFoundation\File\File($photo); // getting error from this line.