Package com.ganteater.ae.web
Class ConfigUploadController
java.lang.Object
com.ganteater.ae.web.ConfigUploadController
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.web.servlet.view.RedirectView
handleFileUpload
(org.springframework.web.multipart.MultipartFile file) void
unZipIt
(InputStream zipStream)
-
Constructor Details
-
ConfigUploadController
-
-
Method Details
-
handleFileUpload
@PostMapping("/upload-configuration") public org.springframework.web.servlet.view.RedirectView handleFileUpload(@RequestParam("file") org.springframework.web.multipart.MultipartFile file) throws FileNotFoundException, IOException - Throws:
FileNotFoundException
IOException
-
unZipIt
- Throws:
IOException
-