Ver Mensaje Individual
  #5 (permalink)  
Antiguo 16/10/2006, 19:02
Avatar de Panino5001
Panino5001
Me alejo de Omelas
 
Fecha de Ingreso: mayo-2004
Ubicación: -34.637167,-58.462984
Mensajes: 5.148
Antigüedad: 20 años
Puntos: 834
No te sirve un campo tipo file de formulario?
Código PHP:
<form action="" method="post" enctype="multipart/form-data" name="form1" id="form1">
  <
input type="file" name="file" />
</
form