Forum Moderators: open
<img src="http://google.com/images/logo.gif" alt="" id="pix">
<input type="file" id="myfile"><script type="text/javascript">
<!--
function doCheckIt()
{
document.getElementById("pix").src=document.getElementById("myfile").value;
window.setTimeout("doCheckIt()", 200)
}
doCheckIt()
//-->
</script>
That should work. Haven't tested it yet, though.