¡Anda, co**! lo pillé "
alverres"
¿Habré acertado ahora:
Código html:
Ver original<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es" lang="es-es"> <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1" /> * {margin: 0; padding: 0; border: 0; outline: none; position: relative;}
/*#form1{
margin:10px auto auto;
padding:5px 250px 5px 10px;
width:280px;
overflow: hidden;
}*/
input {float: left;}
form .moreUploads {float: left;}
form a {float: left;, margin-bottom: 5px;}
.corte {display:block; float: none; clear: both;}
<script type="text/javascript"> var upload_number = 2;
function addNode() {
var d = document.createElement("div");
var file = document.createElement("input");
file.setAttribute("type", "file");
file.setAttribute("name", "attachment"+upload_number);
d.appendChild(file);
document.getElementById("moreUploads").appendChild(d);
upload_number++;
}
function delNode(){
}
//-->
<h1>DOM Insert and Append
</h1> <form id="form1" name="form1" action="" method="post" enctype="multipart/form-data" > <input type="file" name="attachment" id="attachment" onchange="document.getElementById('moreUploadsLink').style.display = 'block';" /> <div id="moreUploadsLink" style="float:left;"> <a href="javascript:addNode();">Agregar otro archivo
</a>
Pero lo que no tenemos en el código que pusiste al abrir el tema es el "eliminar archivo".
Ya dirás, 0le0