var file = document.createElement('input'); file.name = 'img'; file.type = 'file'; document.getElementById('images').appendChild(file);