@Controller public final class LocalAttachmentController extends Object
| Constructor and Description |
|---|
LocalAttachmentController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.ModelAndView |
cKEditorUpload(org.springframework.web.multipart.MultipartFile file,
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 IOException
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")
String functionNumber,
javax.servlet.http.HttpServletRequest servletRequest)
throws IOException
IOExceptionCopyright © 2015 Jasig. All Rights Reserved.