I'm trying to read a file line by line and I found this answer to do it. the problem is, it has to use a file input tag to select the file to read, so I need to replace a file input tag with something that will let me pre-program a file in, this is the tag
<input type="file" name="file" id="file">
(Please don't roast me if this is ridiculously obvious)