Read txt file using Javascript

Posted by piemesons on Stack Overflow See other posts from Stack Overflow or by piemesons
Published on 2010-04-16T12:05:56Z Indexed on 2010/04/16 12:13 UTC
Read the original article Hit count: 187

Filed under:
|

I am taking a text file from user and then posting that file back to the browser using ajax storing the content in db and then showing the content back to user page using Jquery post response. Now i want to something like this..

Read the text file from the user computer using javascript. Display the content and when he submits the page I will save the values.

© Stack Overflow or respective owner

Related posts about file

Related posts about JavaScript