Spring MVC does special care to upload file to server. It makes file upload an easy work for web application developers. Spring MVC library jar provides CommonsMultipartResolver class that makes special care to form submitted using “multipart/form-data” encode type. We …
Tag Archives: File Upload
File upload using Spring MVC and annotation configuration
Posted by Rahul on September 29, 2011 11 comments
File Upload Example with Struts
Posted by Rahul on July 31, 2011 None comments