Not a member? Signup now
$image = imagecreatefromstring(file_get_contents($request->file)); $width = imagesx($image); $height = imagesy($image);