Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 238 Bytes

File metadata and controls

2 lines (2 loc) · 238 Bytes

大文件上传

  • 本项目实现了大文件上传,com.huifer.bigfile.controller.BigFileUpload#upload 方法提供了分片上传功能 ,com.huifer.bigfile.controller.BigFileUpload#mergeFile 提供了分片文件合并功能。