Ver Mensaje Individual
  #4 (permalink)  
Antiguo 13/03/2006, 10:01
Avatar de pereztroff
pereztroff
 
Fecha de Ingreso: junio-2002
Ubicación: En la Internet.
Mensajes: 4.068
Antigüedad: 21 años, 10 meses
Puntos: 5
seria algo asi ¿no?

if($Submit) {
if (is_uploaded_file($HTTP_POST_FILES['foto']['tmp_name'])) {
move_uploaded_file($HTTP_POST_FILES['foto']['tmp_name'], $carpeta."/".$HTTP_POST_FILES['foto']['name']);
$subio = true;

}