avatar
get image dimensions from file_get_contents Laravel
$image = imagecreatefromstring(file_get_contents($request->file));
$width = imagesx($image);
$height = imagesy($image);
24
save file in folder save file with Google drive
You need to login to do this manipulation!