Skip to content

Including image #35

@Elexy

Description

@Elexy

I am trying to include an image using the img tag:

      <div>
        {% for photo in report.photos %}
          <img src="{{ photo.absolutePath }}" />
        {% endfor %}
        </div>
      </div>

I tested the image path from the command line, so the absolute path is correct.
I get maximum execution time exceeded....

the actual filename is: /home/alex/dev_partition/SGMobile/src/SGMobile/Bundle/ApiBundle/Entity/../../../../../web/uploads/documents/e5ac67c9-8608-4c37-8b34-386977827da7.jpeg

does "jpeg" mess it up?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions