ciao a tutti,

vorrei un aiuto,

<table width="700" border="0">
<tr>
<td width="345"><form action="" method="post" enctype="multipart/form-data" name="foto" id="foto">
<label>
<input type="file" name="file">
</label>
<label>
<input type="submit" name="Submit" value="Invia">
</label>
</form>
</td>
<td width="345"><table width="300" border="0" id="Anteprima">
<tr>
<td></td>
</tr>
</table></td>
</tr>

</table>


vorrei vedere anteprima dell'immagine nella tabella Anteprima, come devo fare?

ciao