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. Use
org.apache.turbine.util.parser.ParameterParser.getFileItems(String) to
acquire an array of
org.apache.commons.fileupload.FileItem s associated with given
html widget.
author: Rafal Krzewski author: Daniel Rall author: Henning P. Schmiedehausen version: $Id: TurbineUploadService.java 534527 2007-05-02 16:10:59Z tv $ |