Código PHP:
<form name="formulario" method="post" action="ingresoProductoProceso.php">
<table width="427" border="1" cellpadding="0" cellspacing="0">
<tr>
<td width="103">Nombre</td>
<td width="308"><input type="text" name="nomprod" size="50" maxlength="50"></td>
</tr>
<tr>
<td width="103">Foto</td>
<td width="308"><input type="file" name="file"></td>
</tr>
<tr>
<td colspan="2" align="center">
<input type="submit" name="grabar" value="Grabar">
<input type="reset" name="reset" value="Limpiar">
</td>
</tr>
</table>
</form>