public final class RequestMultipartHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
static long |
MAX_REQUEST_SIZE
The maximum size of a single file (in bytes) that will be handled.
|
| Modifier and Type | Method and Description |
|---|---|
static com.helger.commons.state.EChange |
handleMultipartFormData(javax.servlet.http.HttpServletRequest aHttpRequest,
BiConsumer<String,Object> aConsumer)
Parse the provided servlet request as multipart, if the Content-Type starts
with
multipart/form-data. |
public static final long MAX_REQUEST_SIZE
@Nonnull public static com.helger.commons.state.EChange handleMultipartFormData(@Nonnull javax.servlet.http.HttpServletRequest aHttpRequest, @Nonnull BiConsumer<String,Object> aConsumer)
multipart/form-data.Copyright © 2014–2019 Philip Helger. All rights reserved.