Ver Mensaje Individual
  #3 (permalink)  
Antiguo 05/03/2009, 17:50
Avatar de hoberwilly
hoberwilly
 
Fecha de Ingreso: julio-2008
Ubicación: Lima - Perú
Mensajes: 769
Antigüedad: 15 años, 10 meses
Puntos: 2
Respuesta: Subir imagenes a bd (mas de 1)

Disculpen pero a esto se refiere flashtkd:
Código php:
Ver original
  1. <!-- <html>
  2. <head>
  3. <title>Formulario Blob</title>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. </head>
  6.  
  7. <body>
  8. <form name="frmimage" method="post" enctype="multipart/form-data" action="include/insertarBlob.php">
  9. <table>
  10. <tr>
  11.     <td>Imagen:</td>
  12.     <td><input type="file" size="51" name="foto"></td>      //ID=00010
  13. </tr>
  14. <tr>
  15.     <td>Imagen:</td>
  16.     <td><input type="file" size="51" name="foto2"></td>    //FOTO2 CON =ID
  17. </tr>
  18. <tr>
  19.     <td>Imagen:</td>
  20.     <td><input type="file" size="51" name="foto3"></td>   //FOTO3 CON =ID
  21. </tr>
  22. </table>
  23. <center>
  24. <table>
  25. <tr>
  26.     <td><input type="submit" name="enviar" value="Guardar"></td>
  27.     <td><input type="reset" name="reset" value="Limpiar"></td>
  28. </tr>
  29. </table>
  30. </form>
  31. </body>
  32. </html>
  33.  -->
???No entiendo esta parte, por favor si alguien puede darme una manito...gracias