I create template for the system that have a image. I want that i will show the image the client uploading before it will upload to the server. Here the template that i do:
<div id="${fileID}" class="uploadify-queue-item">
<div class="cancel">
<a href="#">cancel upload</a>
</div>
<div class="uploadify-names">
<span class="fileName">asdasdsd sadsas adsadsasafafs affasfafasfsfaasdasdsa</span>
<span class="data"></span>
</div>
<div class="uploadify-progress">
<div class="uploadify-progress-bar"><!--Progress Bar--></div>
</div>
<img class="img" src="image here" width="100" height="75" />
Im also use in multiple and the free version.