I have a java applet that runs fine locally on my desktop computer. but when I put it on my linux web server its works but the save file feature is save the file to the web browser temp folder and not to the web server.
<applet name="rapplet" type="applet" archive="applets.jar"
code="acap.class" codebase="." height="96" width="150">
<param name="msg" value="test.snd" />