I have a Laravel 5.6 project and am retrieving an image like this...
$image = $request->file;
I am wanting to use PHP to further process this image, I have tried..
$source = imagecreatefromstring($image);
But this tells me the data is not in a recognised format, how can i grab the image in a way that I can use imagecreatefromstring with?
from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/2KHh8Xx
via IFTTT
Aucun commentaire:
Enregistrer un commentaire