CommonsFileUploadSupport.java | Class | Base class for multipart resolvers that use Jakarta Commons FileUpload
1.1 or higher.
Provides common configuration properties and parsing functionality
for multipart requests, using a Map of Spring CommonsMultipartFile instances
as representation of uploaded files and a String-based parameter Map as
representation of uploaded form fields.
Subclasses implement concrete resolution strategies for Servlet or Portlet
environments: see CommonsMultipartResolver and CommonsPortletMultipartResolver,
respectively. |