Re: Forms

Marianne Mueller (mrm@Eng)
Sun, 27 Jul 1997 18:36:13 -0700

Date: Sun, 27 Jul 1997 18:36:13 -0700
Message-Id: <199707280136.SAA09768@puffin.eng.sun.com>
From: Marianne Mueller <mrm@Eng>
To: mmquelo@iol.it
Subject: Re: Forms

Java applets by default cannot write files on the client (the computer
where the Java-enabled browser is running.)

Currently, you can save persistent data by storing it on the server
where the applet came from.

In future releases of Java-enabled browsers there will be support for
writing files on the client side, subject to the person who runs the
client computer setting up the security policy to allow that.