摘要: /** * * @param file 上传的文件 * @param filePath 上传到那个目录 * @return 上传后的文件名字 * @throws IOException */ public static String uploadFileToPath( MultipartFile file, String filePath) throws IOExce... 阅读全文
posted @ 2018-02-06 11:42 hoey94 阅读(165) 评论(0) 推荐(0)