How to read a txt from an Open File dialog and load the content in a textarea with javascript (jquer
Posted
by Sebastian
on Stack Overflow
See other posts from Stack Overflow
or by Sebastian
Published on 2010-05-03T00:12:20Z
Indexed on
2010/05/03
0:18 UTC
Read the original article
Hit count: 228
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.
© Stack Overflow or respective owner