public interface ServletFileUpload
| Modifier and Type | Method and Description |
|---|---|
List<com.liferay.portal.kernel.upload.FileItem> |
parseRequest(javax.servlet.http.HttpServletRequest httpServletRequest,
long sizeMax,
long fileSizeMax,
String location,
int fileSizeThreshold) |
List<com.liferay.portal.kernel.upload.FileItem> parseRequest(javax.servlet.http.HttpServletRequest httpServletRequest,
long sizeMax,
long fileSizeMax,
String location,
int fileSizeThreshold)
throws com.liferay.portal.kernel.upload.UploadException
com.liferay.portal.kernel.upload.UploadException