How can I make a system through html or javascript with which I can edit .txt files.
Asked
Active
Viewed 267 times
0
-
Try adding more detail to your question. It's a bit unclear. – Chris Pietschmann Mar 03 '17 at 15:03
-
Possible duplicate of [Local file access with javascript](http://stackoverflow.com/questions/371875/local-file-access-with-javascript) – tgogos Mar 03 '17 at 15:09
1 Answers
1
One of the perks to JavaScript is not being able to access client side storage easily. Unfortunately you will need to either provide more information on your goal, or choose another language.

John Pavek
- 2,595
- 3
- 15
- 33
-
Or how to edit any text from site? like page title before is "123" and after is "124" – Bogdan Alexander Mar 03 '17 at 16:40