![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
06/05/2006, 20:51
|
![Avatar de Mickel](http://static.forosdelweb.com/customavatars/avatar20289_2.gif) | | | Fecha de Ingreso: mayo-2002 Ubicación: Lima, Peru
Mensajes: 4.619
Antigüedad: 22 años, 8 meses Puntos: 7 | |
no hay forma de que el input file tenga un valor, la sugerencia es que hagas un codigo asi, mas o menos
<?php
if (strlen($file)>0) {
echo "Se ha grabado el archivo <a href=".$file.">".$file."</a>";
}
echo "<input type='file'...>";
?>
__________________ No tengo firma ahora... :( |