Re: Uploading file

Marianne Mueller (mrm@eng.sun.com)
Thu, 13 Feb 1997 10:44:36 -0800

Date: Thu, 13 Feb 1997 10:44:36 -0800
Message-Id: <199702131844.KAA29775@puffin.eng.sun.com>
From: Marianne Mueller <mrm@eng.sun.com>
To: country@www2.its.it
Subject: Re: Uploading file

If you install the Java applet in a directory on your CLASSPATH, then
you can use a Java applet to transfer a file from your client to a
remote server.

You can also accomplish this with signed applets (see
http://java.sun.com/security/usingJavakey.html) but I recommend trying
the simple approach first, and debugging your Java applet code, and
then worry about whether or not you need to use signing.

You might want to refer to our online tutorial for hints on how
to program with Java. See http://java.sun.com/tutorial