Ver Mensaje Individual
  #5 (permalink)  
Antiguo 08/05/2007, 11:37
Avatar de claudiovega
claudiovega
 
Fecha de Ingreso: octubre-2003
Ubicación: Puerto Montt
Mensajes: 3.667
Antigüedad: 20 años, 6 meses
Puntos: 11
Re: Cambiar de nombre al subir un archivo

$ext=substr($_FILES['upload']['name'],-3);
$nombre="foto".$ext;

if (move_uploaded_file($_FILES['upload']['tmp_name'], "uploads/$nombre"))