| Package | Description |
|---|---|
| org.apache.tomcat.util.http.fileupload |
NOTE: This code has been copied from commons-fileupload 1.2.1 and
commons-io 1.4 and package renamed to avoid clashes with any web apps that
may wish to use these libraries.
|
| org.apache.tomcat.util.http.fileupload.servlet |
| Modifier and Type | Method and Description |
|---|---|
FileItemIterator |
FileUploadBase.getItemIterator(RequestContext ctx)
Processes an RFC 1867
compliant
multipart/form-data stream. |
| Modifier and Type | Method and Description |
|---|---|
FileItemIterator |
ServletFileUpload.getItemIterator(javax.servlet.http.HttpServletRequest request)
Processes an RFC 1867
compliant
multipart/form-data stream. |
Copyright © 2016 JBoss by Red Hat. All rights reserved.