Spring MVC application
By
Dr.U.Sridevi
Assistant Professor
Department of MCA
EEC
Spring servlet.xml
spring-servlet.xml contains Spring beans and configurations that are specific to
the web layer of the application.
MultipartResolverbean
It parses multipart/form-data requests (used for file uploads).
Handles file size limits and temporary storage.
Supports both Apache Commons FileUpload and Spring’s StandardMultipartResolver.

Spring MVC application _ Dr.U.Sridevi.pptx