Мда, незадача
Написал
const queryString = window.location.search;//href;
const urlParams = new URLSearchParams(queryString);
const fitfilename = urlParams.get('file')
console.log(fitfilename);
document.getElementById('myfile').value = fitfilename;
и получил (ниже 113 = 5 строка выше)
<main.js:113 Uncaught DOMException: Failed to set the 'value' property on 'HTMLInputElement': This input element accepts a filename, which may only be programmatically set to the empty string. >
Конечно, о таких вещах надо знать из систематического образования. А не хватая случайные знания из сети