Developer Documentation Library > Interviewer - Server > Architecture > Web Service tier > Image/Template cache > How the image cache is used > How the web service sets image references
 
How the web service sets image references
The Web Service inserts the "Image Location" that corresponds to the template location in front of all image or file references made from a template or interview script. For example, if the template was loaded from Local Image Cache URL/fr, image references in the generated HTML will be prefixed with "Image Cache URL/fr". Similarly, if the template was loaded from the global template location, as set in the TemplateLocation key, image references will be prefixed with the global image location, as set in the ImageLocation key.
See also
How the image cache is used