Simple complete demo of an applet writing to and reading from a server file
Hi everyone,
I am looking for a simple, complete code demonstration of an applet that writes to and reads from a file located on the server (same server/directory the applet is on).
My goal: to have an applet with 2 text boxes and 2 buttons. I enter in text in the text box and push the button and it saves that text to a .dat file on the server. Also, the otehr button reads the file and displays the text in the file to the text box on the applet.
I have looked and searched through this forum and I can't seem to find any complete examples of this code.
Thanks

