This is a solution with a perl script on the server. I suppose you could
replace the server script with java.
Include this form on your web page:
http://yourserver/cgi-bin/savefile.pl>
Here is the server script to receive the file savefile.pl.
# - savefile.pl
# Receive file name and file
Trying to compile a java program for the first time on linux using the
following:
$ CLASSPATH=~/java:/usr/lib/jdk1.1.5/lib
$ export CLASSPATH
$ javac Console.java
No library path set.
Cannot find essential class 'java/lang/Object' in class library ... aborting.
$
How do I set library path.
Than