let input = document.getElementById("callpopupform-uploads") input.addEventListener("change", function() { handleFiles(this.files) })