public interface IMultipartWebRequest
Modifier and Type | Method and Description |
---|---|
List<org.apache.commons.fileupload.FileItem> |
getFile(String fieldName)
Gets the files that were uploaded using the given field name.
|
Map<String,List<org.apache.commons.fileupload.FileItem>> |
getFiles() |
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.