Does anyone know how I can go about writing a file to my server from
an applet? The applet collects lots of useful data and I want to
store it on my server (Apache 1.3.26 running on Windows XP) for use
at a later date. To complicate things further, the file I am trying
to write will contain a linkedlist of double[][]'s! If there's no
way of doing this, then just to be able to save a file to the
client's computer will do, as the applet will only be run in my
project lab at uni, so i could go around at the end of the day and
collect all the files created.
Anyone know how I'd go about doing this?