How Can I Edit a .txt file using Javascript or jQuery forms
I have a .txt file that needs to be acces开发者_如何学运维sed offline in the browser. Ideally I would like to the page to open and different form fields display the data from each specific line.
Are there any tuts on this?
You can start with Mozilla's explanation of the HTML 5 File API.
you can refer following documentation on MDN
精彩评论