Ver Mensaje Individual
  #1 (permalink)  
Antiguo 07/02/2008, 10:42
javsoft
 
Fecha de Ingreso: junio-2006
Mensajes: 126
Antigüedad: 18 años, 7 meses
Puntos: 0
Como hacer que el boton input file sea submit?

Me gustaria saber como puedo hacer para que un boton de tipo <input type="file" name="archivo"> pudiera ser submit para despues desde una rutina php pueda hacer esto

<?php
if($_POST["archivo"])
{
//INSTRUCCIONES PHP
}
?>