fill input file on load How, please help me
some code not work :
<input type="file" class="form-control" id="fup" value="" />
<script>
window.onload = function () {
document.getElementById('fup').value = "C:/AiOLog.txt";
}
</script>