<!--- Sleep the thread for a few seconds. To simulate network delays and request latency. ---> <cfthread action="sleep" duration="#(10 * 1000)#" /> <!--- Simply stream the image back to the client. ---> <cfcontent type="image/*" file="#expandPath( './thumbnail.jpg' )#" />