Re: Java Applet saving results on home server



rizwindu wrote:
I have a Java applet that, once finished interacting with the user,
needs to save the results. I would like to be able to write a text
file with the results to the applets home server, or a specified FTP
server. I have found some FTP connection classes that allow files to
be uploaded, but these require files

"Andrew Thompson" wrote:
Class files? Configuration files? What files?

rizwindu wrote:
Either would do really. Could store the results in a class and write
that. I can also store the results to a string and write that to a
file.

On the face of it that doesn't make sense. What sort of "results" are you getting, and how to you envision that it would be stored to a class? Are these results bytecode?

If they are bytecode, then how do you envision they be encoded into a String?

--
Lew
.