por las dudas les paso el html que llena el formulario.
Código PHP:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Inmobiliaria Farran -Software de Gestion</title>
<style type="text/css">
<!--
.
<body>
<form name="form1" action="galeria.php" method="post"enctype="multipart/form-data">
<table cellspacing="0" cellpadding="0" width="762"><!--DWLayoutTable-->
<tbody>
<tr>
<td width="7"> </td>
<td valign="top" width="748" height="38"><table width="101%" cellpadding="0" cellspacing="0" bgcolor="#999999">
<tbody>
<tr>
<td
height="31" valign="center" bgcolor="#006699"><span class="Estilo20">>
<label>Operacion </label>
</span></td>
</tr>
<tr>
<td valign="center" bgcolor="#CCCCCC" height="31"><div align="center" class="txt-texto-negro Estilo26"><strong>código <input name="codigo" type="Text" size="5">
</strong></div></td>
</tr>
</tbody>
</table></td>
<td width="10"> </td>
</tr>
<tr>
<td rowspan="2"> </td>
<td valign="center" align="left" bgcolor="#ffffff"><table cellspacing="0" cellpadding="0" width="100%" border="0">
<tbody>
<tr>
<td><table width="100%"
border="0" cellpadding="0" cellspacing="5" bgcolor="#FFFFFF">
<tbody>
<tr>
height="25" valign="top"
bordercolor="#d6d9da" class="Estilo5 Estilo4 Estilo2 txt-texto-11-bordo-B"><strong>Operación</strong></td>
<td height="25" valign="top" class="Estilo2 txt-texto-negro"><select name="operacion">
<option value="Venta">Venta</option>
<option value="Alquiler">Alquiler</option>
<option value="Permuta">Permuta</option>
</select> </td>
</tr>
<tr bordercolor="#d6d9da">
<td
height="39" valign="top" class="Estilo5 Estilo4 Estilo2 txt-texto-11-bordo-B"><strong>Tipo de Inmueble</strong></td>
<td height="39" valign="top"
bordercolor="#d6d9da" class="Estilo5 Estilo4 Estilo2 txt-texto-negro"><input name="tipo" type="Text">
</td>
</tr>
<tr bordercolor="#d6d9da">
<td
height="48" valign="top" class="Estilo5 Estilo4 Estilo2 txt-texto-11-bordo-B"><strong>Precio</strong></td>
<td height="48" valign="top"
bordercolor="#d6d9da" class="txt-texto-negro Estilo2"><span
<tr bgcolor="#ffffff">
<td colspan="2"><table cellspacing="0" cellpadding="0" width="100%"
border="0">
<tbody>
<tr>
<td bgcolor="#006699" height="23"><span
class="txt-texto-11-bordo-B Estilo3 Estilo19"><span class="Estilo15"> > </span><span class="Estilo4"><span class="Estilo14">Notas</span></span></span></td>
</tr>
<tr>
<td bgcolor="#e4edf2" height="20"><table width="100%" height="133"
border="0" cellpadding="0" cellspacing="5">
<tbody>
<tr>
<td height="123"><p>
<textarea name="notas" cols="90" rows="4"></textarea>
</p></td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table></td>
</tr>
<tr bgcolor="#ffffff">
<td colspan="2"><table cellspacing="0" cellpadding="0" width="100%"
border="0">
<tbody>
<tr>
<td bgcolor="#006699" height="23"><span
class="Estilo15 Estilo3 txt-texto-11-bordo-B Estilo19"><strong> > Consultas
sobre este Inmueble </strong></span></td>
</tr>
<tr>
<td bgcolor="#e4edf2" height="20"><table cellspacing="5" cellpadding="0" width="100%"
border="0">
<tbody>
<tr>
<td><input name="consultas" type="text" value="" size="90" />
</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table></td>
</tr>
<tr>
<td><div align="center" class="Estilo24">
<p>Conozca mas acerca de esta propiedad
<select name="conosca">
<option value="No">No</option>
<option value="si">Sí</option>
</select>
</p>
<p>Conozca los puntos de interes
<select name="puntos">
<option value="No">No</option>
<option value="si">Sí</option>
</select>
</p>
<p>Conozca la ubicación:
<select name="plano">
<option value="No">No</option>
<option value="si">Sí</option>
</select>
</p>
<p>Video:
<select name="video">
<option value="No">No</option>
<option value="si">Sí</option>
</select>
</p>
<table width="438" border="1">
<tr>
<td>Agua Corriente :
<label>
<input name="agua" type="text" id="agua" value="" size="50" />
</label></td>
</tr>
<tr>
<td>Catastral:
<label>
<input name="catastral" type="text" id="catastral" size="55" />
</label></td>
</tr>
<tr>
<td>Manzana:
<label>
<input name="manzana" type="text" id="manzana" size="55" />
</label></td>
</tr>
<tr>
<td>Lote:
<label>
<input name="lotes" type="text" id="lotes" size="63" />
</label></td>
</tr>
<tr>
<td>Cta: de renta:
<label>
<input name="renta" type="text" id="renta" size="53" />
</label></td>
</tr>
<tr>
<td>Cta: municipal:
<label>
<input name="muni" type="text" id="muni" size="51" />
</label></td>
</tr>
</table>
<p class="style1"><input name="grabar" type="submit" class="cajatexto1" value="Enviar Datos" style="font-weight: bold">
<input type="reset" value="Cancelar" style="font-weight: bold"> </p>
</div></td>
</tr>
</tbody>
</table></td>
<td
rowspan="2"></td>
</tr>
</tbody>
</form>
</table>
</body>
</html>
<script language="javascript">
function muestra()
{
document.form1.imagen.src=document.form1.userfile. value;
}
</script>
el html esta acotado.. porque no entraba en el post