Class FileUploadRequestWrapper

All Implemented Interfaces:
HttpServletRequest, ServletRequest

public class FileUploadRequestWrapper extends HttpServletRequestWrapper
A serlvet request wrapper for File Upload POST requests. This wrapper is created by parsing a multi-part form request; file parts are stored within the request, and this wrapper is used to access the parameter parts by the standard method calls contained within the Java Servlet API.
Since:
1.0
Version:
11.1
Author:
Luke