| Package | Description |
|---|---|
| com.helger.web.fileupload | |
| com.helger.web.fileupload.exception | |
| com.helger.web.fileupload.parse | |
| com.helger.web.fileupload.servlet |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IFileItemIterator.hasNext()
Returns, whether another instance of
IFileItemStream is available. |
IFileItemStream |
IFileItemIterator.next()
Returns the next available
IFileItemStream. |
com.helger.commons.state.ISuccessIndicator |
IFileItem.write(File aDstFile)
A convenience method to write an uploaded item to disk.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileSizeLimitExceededException
Thrown to indicate that A files size exceeds the configured maximum.
|
class |
InvalidContentTypeException
Thrown to indicate that the request is not a multipart request.
|
class |
IOFileUploadException
Thrown to indicate an IOException.
|
class |
SizeLimitExceededException
Thrown to indicate that the request size exceeds the configured maximum.
|
| Constructor and Description |
|---|
FileUploadIOException(FileUploadException aCause)
Creates a
FileUploadIOException with the given cause. |
| Modifier and Type | Method and Description |
|---|---|
IFileItemIterator |
AbstractFileUploadBase.getItemIterator(IRequestContext aCtx)
Processes an RFC 1867
compliant
multipart/form-data stream. |
com.helger.commons.collection.impl.ICommonsList<IFileItem> |
AbstractFileUploadBase.parseRequest(IRequestContext aCtx)
Processes an RFC 1867
compliant
multipart/form-data stream. |
com.helger.commons.state.ISuccessIndicator |
DiskFileItem.write(File aDstFile)
A convenience method to write an uploaded item to disk.
|
| Modifier and Type | Method and Description |
|---|---|
IFileItemIterator |
ServletFileUpload.getItemIterator(javax.servlet.http.HttpServletRequest aHttpRequest)
Processes an RFC 1867
compliant
multipart/form-data stream. |
com.helger.commons.collection.impl.ICommonsList<IFileItem> |
ServletFileUpload.parseRequest(javax.servlet.http.HttpServletRequest aHttpRequest)
Processes an RFC 1867
compliant
multipart/form-data stream. |
Copyright © 2014–2019 Philip Helger. All rights reserved.