org.springframework.web.multipart.package-info Maven / Gradle / Ivy
/**
* 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.
*/
package org.springframework.web.multipart;