JS:
document.getElementById('create_company_btn').addEventListener("click", function() {
const FileInput = document.getElementById("id_photo");
console.log(FileInput.files);
}, false);
HTML:
, а точнее это выводит FileInput.
И при нажатии на create_company_btn, в консоль пишет пустой массив FileList.