<input type="file" onchange="LocImg(this.value)"> function LocImg(a) { document.write('<img alt="" src="file://localhost/'+a+'">'); }