TurbineUploadService.java | Class | This class is an implementation of
UploadService .
Files will be stored in temporary disk storage on in memory,
depending on request size, and will be available from the
org.apache.turbine.util.parser.ParameterParser as
org.apache.commons.fileupload.FileItem s.
This implementation of
UploadService handles multiple
files per single html widget, sent using multipar/mixed encoding
type, as specified by RFC 1867. |