Spring Framework

Package org.springframework.web.multipart

Multipart resolution framework for handling file uploads.

See: Description

Package org.springframework.web.multipart Description

Multipart resolution framework for handling file uploads. Provides a MultipartResolver strategy interface, and a generic extension of the HttpServletRequest interface for accessing multipart files in web application code.
Spring Framework