See: Description
| Class | Description |
|---|---|
| AdaptiveFileUpload |
Smart
FileUpload implementation that defer the action of what to do with uploaded file
for later. |
| AdaptiveFileUploadFactory |
Factory for
AdaptiveFileUpload. |
| DiskFileUpload |
FileUpload that saves uploaded files directly to destination folder. |
| DiskFileUploadFactory |
Factory for
DiskFileUpload |
| MemoryFileUpload |
FileUpload that stores uploaded files in memory byte array. |
| MemoryFileUploadFactory |
Factory for
MemoryFileUpload. |
Copyright © 2003-present Jodd Team