Java Applet saving results on home server



Hi,

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 to be on the client computer to
upload. I believe that applets cannot write to the client computer. I
would like to be able to have some form of 'create file', 'write
contents' on the home server. Is this possbible ?

Cheers,

Ben.

P.S. A database would be one solution, but due to circumstances
outside of my control this is not really an option.

.



Relevant Pages

  • Re: a little applet problem...
    ... You probably can, but for every developer ... Upload the latest HTML, ... That will neatly sidestep the caching problem ... (And people wonder why I claim that 'Applets ar not ...
    (comp.lang.java.help)
  • Re: check file size before post
    ... applets or ActiveX controls. ... Eliyahu ... > when I upload a file, I can set in my code not to save it if the file size ...
    (microsoft.public.dotnet.framework.aspnet)