Java Applet saving results on home server
- From: rizwindu <bgeorge@xxxxxxxxx>
- Date: Wed, 13 Jun 2007 11:01:32 -0000
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.
.
- Follow-Ups:
- Re: Java Applet saving results on home server
- From: Gordon Beaton
- Re: Java Applet saving results on home server
- Prev by Date: Re: [Applet]heap space problem
- Next by Date: Re: [Applet]heap space problem
- Previous by thread: Q: easiest possible file select dialog
- Next by thread: Re: Java Applet saving results on home server
- Index(es):
Relevant Pages
|