'image/jpeg', 'Content-Disposition' => 'inline; filename="' . $image_name . '"'); //return 'data:image/image/jpeg;base64,'.base64_encode($file); return new Response($file, 200, $headers); } }