I am creating the data for a Radial Tree dynamically.
All images are stored on a server with path \\servername\images\xyz.jpg
The path is stored in the database.
In the JSON for ImageUrl, I use the path from the database, but this cannot be used because when loading you get error on browser console:
"Not allowed to load local resource"
How can I retrieve file from server and display it in the RadialTree?
Neill