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
I am experiencing some problems when using the images with Twig . In fact, when I try to upload pictures from the server I'm always getting an "Image "/../../../logo.png" can not be initialized."
My code looks like this:
<!DOCTYPE pdf SYSTEM "%resources%/dtd/doctype.dtd"><pdf><dynamic-page><imgsrc="{{pdf_image('HomeBundle:Resources/public/images/logo.png')}}"/>
</dynamic-page></pdf>
Hello,
I am experiencing some problems when using the images with Twig . In fact, when I try to upload pictures from the server I'm always getting an "Image "/../../../logo.png" can not be initialized."
My code looks like this:
the controller:
and the routing:
Sorry for my bad English.
The text was updated successfully, but these errors were encountered: