Ver Mensaje Individual
  #4 (permalink)  
Antiguo 03/02/2011, 23:33
juanmvilla
 
Fecha de Ingreso: febrero-2011
Mensajes: 39
Antigüedad: 13 años, 2 meses
Puntos: 0
Respuesta: Campo de archivo en php

y esta es la configuracion de los botones, o mejor dicho de los campos de archivo

<th align="left" scope="row">Upload files: </th>
<td><label>
<input name="file1" type="file" id="file1" maxlength="500">
</label></td>
<td>&nbsp;</td>
</tr>
<tr>
<th align="left" scope="row">&nbsp;</th>
<td><input name="file2" type="file" id="file2" maxlength="500"></td>
<td>&nbsp;</td>
</tr>
<tr>
<th align="left" scope="row">&nbsp;</th>
<td><input name="file3" type="file" id="file3" maxlength="500"></td>
<td>&nbsp;</td>
</tr>
<tr>
<th align="left" scope="row">&nbsp;</th>
<td><input name="file4" type="file" id="file4" maxlength="500"></td>
<td>&nbsp;</td>
</tr>
<tr>
<th align="left" scope="row">&nbsp;</th>
<td><input name="file5" type="file" id="file5" maxlength="500"></td>
<td>&nbsp;</td>
</tr>
<tr>