"C:\\fakepath\\Screenshot from 2020-10-07 17-46-01.png" code example
Example: js C:\fakepath
// Use
document.getElementById("file-id").files[0].name;
// instead of
document.getElementById('file-id').value
// Use
document.getElementById("file-id").files[0].name;
// instead of
document.getElementById('file-id').value