Ver Mensaje Individual
  #1 (permalink)  
Antiguo 19/05/2011, 10:53
Avatar de Etherman
Etherman
 
Fecha de Ingreso: abril-2011
Mensajes: 93
Antigüedad: 13 años, 8 meses
Puntos: 2
¿Cómo mostrar automáticamente los input type según selecciono el archivo?

buenas, quería preguntar si alguien tiene algún código para mostrar automáticamente los input type según selecciono el archivo
actualmente lo tengo así (se ve bastante feo):

01<input type="file" name="foto1" ><br>
02<input type="file" name="foto2" ><br>
03<input type="file" name="foto3"><br>
04<input type="file" name="foto4"><br>
05<input type="file" name="foto5"><br>
06<input type="file" name="foto6"><br>
07<input type="file" name="foto7"><br>
08<input type="file" name="foto8"><br>
09<input type="file" name="foto9"><br>
10<input type="file" name="foto10"><br>

y envia a php.

porfavor no me respondáis como si fuera experto, ya que no lo soy. Os lo agradezco.
saludos

Última edición por Etherman; 19/05/2011 a las 11:01