Class MultipartRequestWrapper


  • public final class MultipartRequestWrapper
    extends Object
    Utility class to extract files from a http request At the end of each request the cleanUp() method must be called in order to remove any temporary files associated with the multipart request
    Author:
    N. van Noorloos, m.mahabiersing
    • Constructor Detail

      • MultipartRequestWrapper

        public MultipartRequestWrapper​(javax.servlet.http.HttpServletRequest request)