I am having an issue with the image display in a popup I am trying to create in portal. The pictures are stored on my desktop. When configuring the image I am using the "picture" field I have created with the pics url. I am getting a blank popup with just the title. I have tried resizing the image several times and still do not see the picture. I have read all the information for displaying popups on the ESRI help website. I follow exactly what it says and it still will not work.
Any help would be appreciated.
Thanks
Solved! Go to Solution.
Yes, you will need to enable IIS on your server. Then you can copy the Picture folder to the C:\inetpub\wwwroot directory. After you do that, you can then update the URL to:
http://<machine name>/Picture/prac9187.tiff
Hi Justin,
Can you provide an example of a URL you are using?
C:\Users\jsubith\Desktop\Picture\prac9187.tiff
Do I need to store these on the web for them to work?
Yes, you will need to enable IIS on your server. Then you can copy the Picture folder to the C:\inetpub\wwwroot directory. After you do that, you can then update the URL to:
http://<machine name>/Picture/prac9187.tiff
Awesome. Thanks for your help.