You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build();
header('Content-type: image/jpeg');
$builder->output();
On IE , in the console, i see DOM7009: Unable to decode image at URL: '<>' with MIME: 'image/jpeg'.
In firefox, in the main browser window, i see "the image <<>> cannot be displayed as it contains errors
If i remove the header line, i do see a lot of junk chars and a jpeg header being sent out. So it does look like i have the relevant libraries for PHP installed
$my_dir is outside my web directory, but i don't think that should matter, right?
Thanks in advance for any help!!!!
The text was updated successfully, but these errors were encountered:
Unfortunately this is hard to provide a better error message there since this is more a PHP issue, that is even more likely to happen if you use closing tag ?> with extra space after
I installed via composer
build(); header('Content-type: image/jpeg'); $builder->output(); On IE , in the console, i see DOM7009: Unable to decode image at URL: '<>' with MIME: 'image/jpeg'. In firefox, in the main browser window, i see "the image <<>> cannot be displayed as it contains errors If i remove the header line, i do see a lot of junk chars and a jpeg header being sent out. So it does look like i have the relevant libraries for PHP installed $my_dir is outside my web directory, but i don't think that should matter, right? Thanks in advance for any help!!!!The text was updated successfully, but these errors were encountered: