Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error:- data too big on including base64 image #282

Open
sthabipu opened this issue May 24, 2023 · 0 comments
Open

error:- data too big on including base64 image #282

sthabipu opened this issue May 24, 2023 · 0 comments

Comments

@sthabipu
Copy link

$vCard = 'BEGIN:VCARD'. "\r\n";
$vCard .= 'VERSION:3.0'. "\r\n";
$vCard .= 'PHOTO;ENCODING=BASE64;TYPE=jpg:' .$base64. "\r\n";
$vCard .= 'N;CHARSET=UTF-8;LANGUAGE=en:'. $user->last_name.';'.$user->first_name. "\r\n";
$vCard .= 'END:VCARD';

QrCode::generate($vCard, $qrName);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant