No uses innerHTML, prueba así:
Código Javascript
:
Ver originalvar newfile = document.createElement("input");
newfile.name = "userfile[]";
newfile.type = "file";
document.getElementById("iframe").contentWindow.document.getElementById("capaFiles").appendChild(newfile);