Ver Mensaje Individual
  #4 (permalink)  
Antiguo 06/09/2006, 16:32
Avatar de claudiovega
claudiovega
 
Fecha de Ingreso: octubre-2003
Ubicación: Puerto Montt
Mensajes: 3.667
Antigüedad: 20 años, 6 meses
Puntos: 11
Entendiste bien, a eso me refería, sólo te equivocaste en esto:
<form action="<? echo $SERVER['PHP_SELF']?>" method="post" name="form1" enctype="multipart/form-data">

es asi:

<form action="<? echo $_SERVER['PHP_SELF']?>" method="post" name="form1" enctype="multipart/form-data">

Además, el boton de submit, se llama submit (el valor que tienes en la propiedad name)?