@Controller
public class FileController
extends java.lang.Object
| 构造器和说明 | 
|---|
FileController()  | 
| 限定符和类型 | 方法和说明 | 
|---|---|
void | 
uploadCommonPic(org.springframework.web.multipart.commons.CommonsMultipartFile pic,
               javax.servlet.http.HttpServletResponse response)
通用上传图片接口 
 | 
@RequestMapping(value="uploadCommonPic")
public void uploadCommonPic(@RequestParam(required=false)
                                                                      org.springframework.web.multipart.commons.CommonsMultipartFile pic,
                                                                      javax.servlet.http.HttpServletResponse response)
                                                               throws java.lang.Exception
pic - response - java.lang.Exception