Ver Mensaje Individual
  #6 (permalink)  
Antiguo 02/03/2008, 15:34
Avatar de jaronu
jaronu
 
Fecha de Ingreso: febrero-2008
Mensajes: 2.183
Antigüedad: 16 años, 2 meses
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