@Controller public class ImageController extends Object
ImageController()
String
uploadFile(org.springframework.ui.ModelMap model, org.springframework.web.multipart.MultipartFile file, String module)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ImageController()
@RequestMapping(value="/a/img/{module}", method=POST) public String uploadFile(org.springframework.ui.ModelMap model, @RequestParam org.springframework.web.multipart.MultipartFile file, @PathVariable String module) throws Exception
Exception
Copyright © 2017. All rights reserved.