Hi!
I need to read and write the content of a text file given by the users.
The idea is to have two options.
Read:
-the user selects a file with a <input type="file">
-using javascript, read the content of the file and process it.
Write:
-build a string and display a "Save as dialog" to save to a text file
I just need it to work in Firefox.
I´m using mootools if it helps.
Can anyone help me?
thx in advance
I need to read and write the content of a text file given by the users.
The idea is to have two options.
Read:
-the user selects a file with a <input type="file">
-using javascript, read the content of the file and process it.
Write:
-build a string and display a "Save as dialog" to save to a text file
I just need it to work in Firefox.
I´m using mootools if it helps.
Can anyone help me?
thx in advance
Comment