Hi guys
I need to interact with a text file from Javascript code
This file resides in the server
Do you know some code to read from text files and write into them?
Thanks in advance
Printable View
Hi guys
I need to interact with a text file from Javascript code
This file resides in the server
Do you know some code to read from text files and write into them?
Thanks in advance
Javascript is running on the client station, and has no access to the server.
The only thing that can be done is a dialog between the client and the server, but that requires some code on the server side, and that code will not be written in javacript, but in an other language, .e.g. PHP, java, etc.