I am currently using a background image in a Row in ArcGIS Enterprise Sites. I need to reuse the image in another row. I can't find where I originally got the image when I uploaded it.
Where is Sites storing the image that I see in my row so I can reuse it again?
(sorry, hate to answer my own question but. . . .others might find this helpful )
By using the URL that leads to the background image (right-click on image in browser and select Inspect to get this), I was able to find where the image is stored:
This part will probably be consistent among all users:
portal/sharing/rest/content/items/
This part is my unique ID location that is also the folder in the items folder that holds the image I was looking for (there are lots of folder under "items": d569e43b7d814a68ab454ba96a3b553c
As a result, I was able to locate the image stored here:
<install drive>:\ArcGISPortal\content\items\d569e43b7d814a68ab454ba96a3b553c\resources
In here is the image I was looking for.
It is stored in /sharing/rest/content/items/. The easiest way to find it is to right-click on the image row and select open image in new tab or copy image location.
Unfortunately, if I right-click on the Row item in my Sites application, I get this popup:
Not the intended popup described above and found on most web sites (as seen in the image below):