public interface FileUploadFactory
FileUpload
factory for handling uploaded files. Implementations may
handle uploaded files differently: to store them to memory, directly to disk
or something else.Modifier and Type | Method and Description |
---|---|
FileUpload |
create(MultipartRequestInputStream input)
Creates new instance of
uploaded file . |
FileUpload create(MultipartRequestInputStream input)
uploaded file
.Copyright © 2003-present Jodd Team