I am a beginner in spring mvc. In my project I have a requirement to download a content from multipart form using spring.
I found a number of examples for file upload but there is nothing related to download except MultipartAwareFormHttpMessageConverter
Can anybody tell me how to use this class.
