<!--
document.write('<APPLET CODE = "javazoom.upload.client.MApplet.class" CODEBASE = "./" ARCHIVE = "lib/jclientupload.jar,lib/httpimpl.jar,lib/chttpclient.jar,lib/clogging.jar" WIDTH = "250" HEIGHT = "250" NAME = "clientupload">');
document.write('<PARAM NAME="scriptable" VALUE="true">');
document.write('<PARAM NAME = "url" VALUE="http://localhost:8080/uploadbean/process.jsp">');
document.write('<PARAM NAME = "paramfile" VALUE="uploadfile">');
document.write('<PARAM NAME = "param1" VALUE="todo">');
document.write('<PARAM NAME = "value1" VALUE="upload">');
document.write('<PARAM NAME = "mode" VALUE="http">');
document.writeln('</APPLET>');
//-->

