I have developed a web application which has a identify tool where when a feature is clicked it pop-ups an image, I am calling this image using a hyperlink, but unfortunately in the production environment due to some security requirements, group policy blocks hyperlinks, therefore neither the thumbnail nor the full-size image is currently operable, I need to find a workaround for this to show the image without using a hyperlink.
Will storing the image in a Geodatabase and then fetching it work, or can anyone suggest an alternative?