Ver Mensaje Individual
  #5 (permalink)  
Antiguo 09/06/2007, 23:10
Avatar de adex
adex
 
Fecha de Ingreso: marzo-2002
Ubicación: Lima, Perú, América Latina
Mensajes: 445
Antigüedad: 22 años, 2 meses
Puntos: 0
Exclamación Re: Renombrar archivo al subirlo

Hola Rafael, tengo casi el mismo problema al subir fotos y no he logrado adaptar la funcion a mi sistema, aver si me hechas una mano por favor:

Código PHP:
$dirCATiser "e:/www/fotos/";

copy($dataFotoPrin,$dirCATiser.$dataFotoPrin_name);

mysql_query("UPDATE $ProductoData SET dataFotoPrin='$dataFotoPrin_name' WHERE id_data=$mod_i");