I am trying to upload multiple files using spring 3.1.2 with @Controller and @RequestMapping.
Here\'s what I did and my configuration.
Html5 form :
<
Have included commons-fileupload dependency?
commons-fileupload commons-fileupload 1.3
I tested the fileupload works fine even with ArrayList as the parameter type on the controller handler