
13/03/2006, 10:01
|
 | | | Fecha de Ingreso: junio-2002 Ubicación: En la Internet.
Mensajes: 4.068
Antigüedad: 22 años, 9 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;
} |