This commit is contained in:
parent
b3b96d9937
commit
0ae56376ec
|
|
@ -244,7 +244,7 @@ public class SysFileController {
|
|||
}
|
||||
|
||||
|
||||
@PostMapping("/uploadResume")
|
||||
/*@PostMapping("/uploadResume")
|
||||
public AjaxResult uploadResume(@RequestParam("md5") String md5, @RequestParam("chunkIndex") Integer chunkIndex, @RequestParam("file") MultipartFile file, @RequestParam("totalChunks") Integer totalChunks, @RequestParam("filename") String filename) {
|
||||
try {
|
||||
if (ObjectUtil.isEmpty(file)) {
|
||||
|
|
@ -254,6 +254,6 @@ public class SysFileController {
|
|||
} catch (Exception e) {
|
||||
return AjaxResult.error(e.getMessage());
|
||||
}
|
||||
}
|
||||
}*/
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue