@RestController @RequestMapping(value="/ueditor") public class UeditorController extends Object
FileService| 构造器和说明 |
|---|
UeditorController() |
public void setRootPath(String rootPath)
@PostConstruct public void init()
@RequestMapping(method=POST,
consumes="multipart/form-data")
public String upload(@RequestParam(value="upfile",required=false)
org.springframework.web.multipart.MultipartFile file,
javax.servlet.http.HttpServletRequest request)
throws IOException
IOException - 文件上传错误Copyright © 2018. All rights reserved.