[[GET_LAST_IMAGE]]
Gets filename of last modified image file and places the value into a variable called “LAST_IMAGE’ for later use. This is useful because the last modified file is not always an image.
Example 1:
[[GET_LAST_IMAGE]] Last Modified: [[PRINT:LAST_IMAGE]][[cr]] [[hr]]
Example 2:
[[GET_LAST_IMAGE]] <img src="[[=LAST_IMAGE]]" />
This shortcode is useful for building a node to collect and display the latest image sent by a webcam via ftp.
You may use the jsadserver functionality to syndicate your output to your web pages and dashboards.
See also: JsAdserver