Ver Mensaje Individual
  #9 (permalink)  
Antiguo 30/06/2010, 11:46
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Respuesta: path del archivo

prueba algo así:
HTML:
Código HTML:
Ver original
  1. <form action="" method="post">
  2.       <input type="file" name="path" />
  3.       <input type="submit" name="submit" value="Enviar" />
  4. </form>

PHP:
Código PHP:
Ver original
  1. <?php
  2. var_dump($_POST);

Saludos.