How to read a txt from an Open File dialog and load the content in a textarea with javascript (jquer
- by Sebastian
I want to make an "Open File" button to import txt files contents into a textarea.
How can I read the file contents without uploading it to the server?
I want to use javascript (with jquery lib) and I want to do it without refreshing the page.