Hello,
I would like to create a hyperlink in a popup to a file using a relative path. I have tried the following:
subfolder/image.tif
./subfolder/image.tif
file://subfolder/image.tif
file://./subfolder/image.tif
file:///subfolder/image.tif
file:///./subfolder/image.tif
file:////subfolder/image.tif
file:////./subfolder/image.tif
C:/absolute-path-to-project-folder/subfolder/image.tif
The subfolder is in the same directory as the aprx project file.
The only one that woks is the last one. The hyperlink tool in Configure Pop-ups prepends "file:///" to the path and the image opens in the native OS image viewer. How do I get that behavior with a relative path?
We are using the basic license, so adding the image as an attachment is not an option.
Thanks