Ver Mensaje Individual
  #2 (permalink)  
Antiguo 05/12/2007, 11:52
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
Re: otro sobre upload y guardar ruta, nu me funca

Tu problema esta aqui:
Código PHP:
if (!empty($_POST['docRuta']) && $_POST['docReferencia'] && $_POST['docAsunto'] &&
        
$_POST['docMetas'] && $_POST['docFechaEntrada'] && $_POST['docFechaDocumento'] &&
        
$_POST['docFileID'] && $_POST['docFuncionarioID']) { 
Si alguna de esas variables es false no entra al if y por lo tanto no envia el archivo.

Saludos.