JUpload - Multiple file upload applet

Packages
wjhk.jupload2 The applet itself.
wjhk.jupload2.exception Some application specific exceptions.
wjhk.jupload2.filedata This package allows you to change the file relative behaviour: this page describes how to override the default behaviour, to fullfill your needs (for instance add data compression, preload check, new data about files in the upload to the server..
wjhk.jupload2.gui Implementation of caching and special algorithms for various file types.
wjhk.jupload2.policies This package contains the upload policies: they give you hook entry points, to override the default applet behaviour with a minimum of java code.
wjhk.jupload2.upload This package contains the code that actually executes the upload (see below for a full description of the way the upload is executed in the JUpload code).