|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.mmapps.commons.util.UploadUtil
public class UploadUtil
Nested Class Summary | |
---|---|
static class |
UploadUtil.BinaryData
|
Constructor Summary | |
---|---|
UploadUtil()
|
Method Summary | |
---|---|
static java.util.List |
uploadFiles(javax.servlet.http.HttpServletRequest request,
int maxsize)
Process files which are uploaded through http |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UploadUtil()
Method Detail |
---|
public static java.util.List uploadFiles(javax.servlet.http.HttpServletRequest request, int maxsize)
request
- - http requestmaxsize
- - maximum allowed size of a file
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |