Package com.ganteater.ae.web
Class FileUploadController
java.lang.Object
com.ganteater.ae.web.FileUploadController
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.web.servlet.view.RedirectView
handleFileUpload
(org.springframework.web.multipart.MultipartFile file, String log)
-
Constructor Details
-
FileUploadController
public FileUploadController()
-
-
Method Details
-
handleFileUpload
@RequestMapping(value="/upload-file", method=POST) public org.springframework.web.servlet.view.RedirectView handleFileUpload(@RequestParam("file") org.springframework.web.multipart.MultipartFile file, @RequestParam String log)
-