Ver Mensaje Individual
  #3 (permalink)  
Antiguo 21/03/2007, 03:41
krlosva
 
Fecha de Ingreso: abril-2005
Mensajes: 151
Antigüedad: 19 años
Puntos: 1
Re: Prueba local de formulario para enviar archivos

Perdon por la tardanza :)

<form enctype="multipart/form-data" action="imagen2.php" method="post">
<input type="hidden" name="MAX_FILE_SIZE" value="1000">
Send this file: <input name="userfile" type="file">
<input type="submit" value="Send File">
</form>

Gracias