Package wjhk.jupload2.policies

This package contains the upload policies.

See:
          Description

Interface Summary
UploadPolicy This package contains upload policies, which allow easy configuration of the applet behaviour.
 

Class Summary
CoppermineUploadPolicy Specific UploadPolicy for the coppermine picture gallery.
CustomizedNbFilesPerRequestUploadPolicy Deprecated. This class is of no use, as it actually behaves exactly as the DefaultUploadPolicy.
DefaultUploadPolicy This class implements all UploadPolicy methods.
FileByFileUploadPolicy Deprecated. You can use the applet, without the uploadPolicy applet parameter, and put the nbFilesPerRequest to 1.
FilesTogetherUploadPolicy Upload policy that is a simple box.
PictureUploadPolicy This class add handling of pictures to upload.
UploadPolicyFactory This class is used to control creation of the uploadPolicy instance, according to applet parameters (or System properties).
 

Package wjhk.jupload2.policies Description

This package contains the upload policies. These policies allow easy configuration of the applet behaviour with a minimum of java code.

See UploadPolicy for the list of applet parameters and the following pages:

  • howto customize for a presentation of the main ways to adapt the applet to your needs.
  • howto create a new upload policy for a description of UploadPolicy methods, and how to use them.