Ver Mensaje Individual
  #6 (permalink)  
Antiguo 05/08/2010, 16:42
zapt142
 
Fecha de Ingreso: julio-2010
Ubicación: La Ciudad Blanca, Mérida-Yucatán
Mensajes: 375
Antigüedad: 13 años, 9 meses
Puntos: 7
Respuesta: enviar formulario con varios archivos

creo que te falta la etiqueta del cerrado del form


Código HTML:
<form action="prueba.php" method="post" enctype="multipart/form-data" name="form1" id="form1">
<INPUT TYPE="hidden" name="MAX_FILE_SIZE" value="100000">
<table border="1" align="left" cellpadding="5" cellspacing="1" bgcolor="#FFCC99">
<!--DWLayoutTable-->
<tr>
<td colspan="4" bgcolor="#FFCC99"><p><strong>Datos Generales</strong></p>
<p>&nbsp;</p></td>
</tr>
<tr>
<td colspan="2" bgcolor="#CCCCCC">Nombre:</td>
<td colspan="2" bgcolor="#CCCCCC"><label>
<input name="nombre" type="text" id="nombre" size="30" />
<span class="Estilored">*<br />
</span></label></td>
</tr>
<tr>
<td colspan="2" bgcolor="#CCCCCC">Telefono:</td>
<td colspan="2" bgcolor="#CCCCCC"><label>
<input name="telefono" type="text" id="telefono" size="30" />
<span class="Estilored">*<br />
</span></label></td>
</tr>
<tr>
<td colspan="2" bgcolor="#CCCCCC">Email: (no será publicado)</td>
<td colspan="2" bgcolor="#CCCCCC"><label>
<input name="email" type="text" id="email" size="30" />
<br />
</label></td>
</tr>
<tr>
<label for="archivo1"></label>
<input type="file" name="image[]" />
</p>
<p>
<label for="archivo2"></label>
<input type="file" name="image[]" />
</p>
<p>
<label for="archivo3"></label>
<input type="file" name="image[]" />
</p>
<p>
<label for="archivo4"></label>
<input type="file" name="image[]" />
</p>
<p>
<label for="archivo5"></label>
<input type="file" name="image[]" />
</p>
<p>
<label for="archivo6"></label>
<input type="file" name="image[]" />
</p>
<p>
<label for="archivo7"></label>
<input type="file" name="image[]" />
</p>
<p>
<label for="archivo8"></label>
<input type="file" name="image[]" />
</p></td>
</tr>
<tr>
<td colspan="2" align="left" valign="middle" bgcolor="#CCCCCC"><!--DWLayoutEmptyCell-->&nbsp;</td>
<td colspan="2" align="left" valign="bottom" bgcolor="#CCCCCC"><!--DWLayoutEmptyCell-->&nbsp;</td>
</tr>
<tr>
<td colspan="4" align="left" valign="middle" bgcolor="#CCCCCC">
<input name="submit" type="submit" id="submit" value="enviar" /></td>
</form><!-- Aqui -->