Java org.apache.commons.fileupload FileUploadBase fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.fileupload FileUploadBase fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.fileupload FileUploadBase.

The text is from its open source code.

Field

StringCONTENT_TYPE
HTTP content type header name.
StringMULTIPART
Part of HTTP content type header.
StringMULTIPART_FORM_DATA
HTTP content type header for multipart forms.
StringMULTIPART_MIXED
HTTP content type header for multiple uploads.

Method

booleanisMultipartContent(HttpServletRequest req)
Utility method that determines whether the request contains multipart content.
ListparseRequest(HttpServletRequest req)
Processes an RFC 1867 compliant multipart/form-data stream.
voidsetFileItemFactory(FileItemFactory factory)
Sets the factory class to use when creating file items.
voidsetSizeMax(long sizeMax)
Sets the maximum allowed upload size.