Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
helingfeng authored Apr 24, 2019
1 parent 72f0e2a commit b39a371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ChunkUpload
Laravel 超大文件上传 OSS 存储,前端对文件进行分块上传,并监听每个文件块的上传事件,后端接收文件块并合并为最终文件
Laravel 超大文件上传 OSS 存储,前端对文件进行分块上传,并监听每个文件块的上传事件;后端接收所有的文件块后,进行排序与合并,输出最终目标文件

## Composer 安装

Expand Down

0 comments on commit b39a371

Please sign in to comment.