Package org.springframework.web.multipart

Multipart resolution framework for handling file uploads.

See:
          Description

Interface Summary
MultipartFile Interface which represents an uploaded file received in a multipart request.
MultipartHttpServletRequest Interface which provides additional methods for dealing with multipart content within a servlet request, allowing to access uploaded files.
MultipartResolver Interface for multipart resolution strategies that handle file uploads as defined in RFC 1867.
 

Exception Summary
MaxUploadSizeExceededException MultipartException subclass thrown when an upload exceeds the maximum allowed size.
MultipartException Exception thrown on multipart resolution.
 

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.



Copyright (C) 2003-2004 The Spring Framework Project.