Ver Mensaje Individual
  #6 (permalink)  
Antiguo 25/02/2013, 10:00
natyale
 
Fecha de Ingreso: mayo-2008
Mensajes: 199
Antigüedad: 16 años
Puntos: 0
Respuesta: Necesito un script

Sigo viendo el codigo, y vi esto:

Código PHP:
// Append number values on the end of the file name
      // if the file already exists
      
while(file_exists(CC_FB_UPLOADS_DIRECTORY "/$basename" 
         
CC_FB_UPLOADS_EXTENSION "$i$extension"))
      {
         
$i++;
      } 

Me parce que aqui es donde dice que se debe colocar un numero al final del nombre del archivo si el mismo ya existe en el servidor. No como hacer para que lo sobrescriba.

Por fi ayudaaaaa!!!