Ver Mensaje Individual
  #2 (permalink)  
Antiguo 06/11/2007, 21:01
Lanselot
 
Fecha de Ingreso: noviembre-2007
Mensajes: 157
Antigüedad: 16 años, 5 meses
Puntos: 3
Re: Error al subir archivos con PHP

Código:
<form id="form1" name="form1" method="post" action="accionsubir.php">
Ahí tienes el problema. Cámbialo por
Código:
<form id="form1" name="form1" method="post" action="accionsubir.php" enctype="multipart/form-data">