Hotspot HTML - Remotely Pull Images

Hi There,

In a network with multiple routers, is there a way to attach an image to the hotspot where the image is located
within the same network but on another router (Backbone Router)?

what to achieve through this is to inform the users about whats new in the service.
instead of going through each router and add the image, i can modify one image and have all
the routers in the network pull the image to be displayed.

if its possible, i will have to wallgarden that router but what would be the linking address of the image?

<img src="remote_router_ip/IDK_what_is_root_here/mypicture.jpg"/>

Note: Backbone router is not running hotspot, so what is the root address of the file directory?

Many Thanks,

The routers don’t really have web servers that are suited to serving files to lots of users. Even the Hotspot servlets aren’t optimized for this. I would highly discourage trying this at all, particularly on a backbone router that should just be pushing packets as fast as possible. Build a small web server and just host things on there.