Ver Mensaje Individual
  #6 (permalink)  
Antiguo 04/06/2007, 14:32
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 17 años, 11 meses
Puntos: 2135
Re: problema insertar variable sesion en dba

Prueba usar:
Código PHP:
if ($_FILES['Filedata']['error'] == UPLOAD_ERR_OK) { 
En lugar de:
Código PHP:
if ($_FILES['Filedata']['name']) { 
Asi puedes controlar si se envio o no un archivo.