Ver Mensaje Individual
  #2 (permalink)  
Antiguo 02/02/2006, 12:03
Avatar de mauled
mauled
 
Fecha de Ingreso: marzo-2005
Ubicación: Cd. de México.
Mensajes: 3.001
Antigüedad: 19 años, 1 mes
Puntos: 33
Código PHP:
$targetpath "/file/";
$targetpath  =  $target_path.basename($_FILES['imagen3']['name']);

echo 
$targetpath;

if(!
move_uploaded_file($_FILES['imagen3']['tmp_name'],$target_path))
        echo 
"<br>Error al copiar el archivo"