public class MultipartFormDataParser extends Object
Constructor and Description |
---|
MultipartFormDataParser(javax.servlet.http.HttpServletRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
cleanUp()
If any file is created on the disk, delete them all.
|
String |
get(String key) |
org.apache.commons.fileupload.FileItem |
getFileItem(String key) |
Copyright © 2015. All rights reserved.