Using a .txt file to populate many text areas within an HTML form – Jquery
when the txt file is selected, I want to add as many inputs as the number of lines in the file and place the text of each line into the generated inputs. https://jsfiddle.net/w80dv2fx/ <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"…