Код: Выделить всё
public function convert_image_to_base64($file_path){
$mime = get_mime_by_extension($file_path);
$data = file_get_contents($file_path);
return 'data:'. $mime . ';base64,' . base64_encode($data);
}
Код: Выделить всё
[url=
Подробнее здесь: [url]https://stackoverflow.com/questions/66163482/word-document-base64-encoded-string-downloads-as-zip-file[/url]
Мобильная версия