about Jupload
I want to upload files using multi-file uploader(Jupload.jar)
<applet
code="JUpload/startup.class"
archive="JUpload.jar"
width="500"
height="200"
MAYSCRIPT> It goes fine
Now want to add ImagePreview plugin for that
<applet
code="JUploadPlugin_ImagePreview.class"
archive="JUpload.jar"
width="500"
height="200"
MAYSCRIPT>
It initialization of applet takes place but it not display GUI

