I have a html form with select tag. Can I pass values to select tag from a text file or excel sheet? On start up the file data should be passed to select tag element. Is there any way to accomplish it using HTML?
PS: I am able to hardcore the values to select tag element but not sure how to pass values from file..
Thanks in advance!