234
Views
1
Comments
Open image stored in entity in a browser tab.
Question

I am storing images uploaded by users in an entity, I want the ability to click on the image and have it open up in a new tab without having to right click on the image and click open in new tab. I have tried using a download with save to disk set to no but this doesn't work. Is there a way to find the URL of the image and navigate to that URL. the URL does not need to be permanent as i know that the GUID in the URL changes.

2019-05-22 11-30-09
Marcelo Ferreira

Hi Luke,

Just enclose the image in a link to a new page that only show that image. In the extended properties of the link, use:

  • Property: target
  • Value: "_blank"

Regards,

Marcelo


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.