![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
02/03/2008, 15:34
|
![Avatar de jaronu](http://static.forosdelweb.com/customavatars/avatar218989_5.gif) | | | Fecha de Ingreso: febrero-2008
Mensajes: 2.183
Antigüedad: 17 años Puntos: 52 | |
Re: Subir foto, ayuda con el codigo <body>
<form action="<?php echo $_SERVER['PHP_SELF] ?>" method="post" enctype="multipart/form-data">
Archivo: <input name="fichero" type="file" size="150" maxlength="150">
<br> Nombre: <input name="nombre_archivo" type="text" size="70" maxlength="70">
<br> Descripcion: <input name="description" type="text" size="100" maxlength="250">
<br>
<input name="submit" type="submit" value="Upload!">
</form> </body>
aqui te faltan una comillas simples
<form action="<?php echo $_SERVER['PHP_SELF] ?>" method="post"
<form action="<?php echo $_SERVER['PHP_SELF'] ?>" method="post"
revisa el codigo, no parece estar mal
menos eso de las comillas |