@Controller public class LocalAttachmentController extends Object
| Modifier and Type | Field and Description |
|---|---|
static MessageFormat |
RELATIVE_PATH_FORMAT |
static String |
RELATIVE_ROOT |
| Constructor and Description |
|---|
LocalAttachmentController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.ModelAndView |
uploadForm(org.springframework.web.multipart.MultipartFile file,
javax.servlet.http.HttpServletRequest servletRequest) |
public static String RELATIVE_ROOT
public static final MessageFormat RELATIVE_PATH_FORMAT
@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
IOExceptionCopyright © 2013 Jasig. All Rights Reserved.