Skip to content

Instantly share code, notes, and snippets.

@loictalbot
loictalbot / SpringMVC_MultipleFileUpload.java
Created September 19, 2012 14:37
Multiple file upload using Jquery + Spring MVC
package org.springframework.samples.mvc.fileupload;
import java.io.IOException;
import org.springframework.mvc.extensions.ajax.AjaxUtils;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.ModelAttribute;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;