![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
13/03/2006, 10:01
|
![Avatar de pereztroff](http://static.forosdelweb.com/customavatars/avatar14195_1.gif) | | | Fecha de Ingreso: junio-2002 Ubicación: En la Internet.
Mensajes: 4.068
Antigüedad: 22 años, 8 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;
} |