how do change img src.value for upload new image
- by samuelsaul
hi guys,
<img src="img.jpg" alt="" width="120" border="0" class="Inline" name="img" id="img" />
<input name="image" onchange="document.img.src=document.blah.image.value;" type="file" />
this code isnt work
anyone know how ?