I have a website that asks the user to open a input file from his PC. This input file contains a lot of info. After opening the input file the user can click buttons and the website will search in the input file to display corresponding info.
It is a bit complex to create the input file. Therefore I want to give the possibility to test the website with an example file that is on the server. So the user can test the website before creating their own input file.
I have an example input file on the server.
How can I give the user the option to open a local input file, but also the example file from the server?
I use now (only local files):
Select your file:<input type="file" id="fileinput" />
Remark
It would also be ok for me if the user can open the example file via a button like <Open example file>.