Class FileUploadController

java.lang.Object
com.ganteater.ae.web.FileUploadController

@Controller public class FileUploadController extends Object
  • Constructor Details

  • 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)