@Controller
public final class LocalAttachmentController
extends java.lang.Object
| Constructor and Description |
|---|
LocalAttachmentController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.ModelAndView |
cKEditorUpload(org.springframework.web.multipart.MultipartFile file,
java.lang.String functionNumber,
javax.servlet.http.HttpServletRequest servletRequest) |
org.springframework.web.servlet.ModelAndView |
uploadForm(org.springframework.web.multipart.MultipartFile file,
javax.servlet.http.HttpServletRequest servletRequest) |
@RequestMapping(value="/content/attach/local.json",
method=POST)
public org.springframework.web.servlet.ModelAndView uploadForm(@RequestParam(value="qqfile")
org.springframework.web.multipart.MultipartFile file,
javax.servlet.http.HttpServletRequest servletRequest)
throws java.io.IOException
java.io.IOException@RequestMapping(value="/content/attach/local",
method=POST,
produces="text/plain")
public org.springframework.web.servlet.ModelAndView cKEditorUpload(@RequestParam(value="upload")
org.springframework.web.multipart.MultipartFile file,
@RequestParam(value="CKEditorFuncNum")
java.lang.String functionNumber,
javax.servlet.http.HttpServletRequest servletRequest)
throws java.io.IOException
java.io.IOExceptionCopyright © 2019 Jasig. All Rights Reserved.