Hyperlinking to images on a local file server

6061
8
12-01-2015 02:09 PM
JasonSmith6
New Contributor III

We have been trying several different ways to create a hyperlink within a pop-up that will open up an image stored on our local file server.  Every time the link doesn't do anything.  We tried publishing directly from ArcMap with the hyperlink as a field and defining field-based hyperlink properties.  We've tried publishing a related table with the hyperlinks that way too.  Nothing seems to work!

As I understand it, AGOL supports linking to photos found on http or https URLs, but surely someone has come up with a way to link to local images (either using "file://" or "\\204.199.199.199")?  We don't want to go down the path of publishing these as attachments, for storage and security reasons.  Any help would be appreciated!

Jason

0 Kudos
8 Replies
BillFox
MVP Frequent Contributor

Hi Jason,

Does the ArcGIS Server's service user account have read access to the folder of images?

JasonSmith6
New Contributor III

Bill, are you referring to creating a virtual directory with images in a folder on IIS?  We have IIS on our GIS server, but I'm not familiar with it.  I had talked to a friend of mine about that and he suggested it.  Otherwise, I'm not quite sure what you are referring to?

0 Kudos
BillFox
MVP Frequent Contributor

Nope, just making sure that the user account running the ArcGIS Server has at least read access to that folder location and it has been added to the site's data store locations.

Reference:

JasonSmith6
New Contributor III

Bill,

That part I'm not sure. The feature layer is being hosted on AGOL. Are you saying if I host the layer on a local ArcGIS Server, this may resolve the problem?

0 Kudos
ChadKopplin
Occasional Contributor III

Yes, this needs to happen on the local server, I posted yesterday about having a checkerboard pattern in our mosaic datasets, one of the issues is that when we moved our servers it broke the file shares on the storage drive for the base images.  The ArcGIS Server Account needs access to the folder where the imagery resides.  Here is the link, all though it is a different issue the underlying problem is the same.  I would perform what Bill mentioned, and then I would contact my server admin and make sure that the ArcGIS Server Account has access to the file location.

How to fix the checkerboard pattern in Mosaic Datasets

0 Kudos
Laura
by MVP
MVP

i am trying to do this with  folder and keep getting an error

0 Kudos
DanAllen
Occasional Contributor III

Jason,

I was just trying to do something similar, only to access a large store of images on an external hard drive in the AGOL pop-up.  My understanding and testing is that File:/// or UNC links will not work, it has to be an http link.  So I turned on IIS on my desktop machine, and mounted the external hard drive path under the inetpub/wwwroot folder.  This allows for a localhost path of http://127.0.0.1:80/ExternalDriveLetter/images/xxx.jgp.  so i constructed that url structure into my attributes and you can now click on the agol popup and get the local image to display in the browser.  if you were doing it on your local network, the same concept would apply but it would probably be a different ip address on your local network.

Dan

DanAllen
Occasional Contributor III

To clarify, my solution was done in the absence of ArcGIS server and a true web server.  And it only works on the machine the hard drive is plugged into.  But for my purposes, that is all i need.

Thanks

Dan

0 Kudos