document.getElementById("fileUpload_oafileUpload").addEventListener("change", function (e) { document.getElementById("DescriptionNew").value = this.name; });