Download the PHP package helingfeng/laravel-chunk-upload-oss without Composer
On this page you can find all versions of the php package helingfeng/laravel-chunk-upload-oss. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-chunk-upload-oss
ChunkUpload
Laravel 超大文件上传,前端对文件进行分块上传,并监听每个文件块的上传事件;后端接收所有的文件块后,进行排序与合并,输出最终目标文件。
Composer 安装
配置 OSS 存储 ACCESS_ID 与 ACCESS_KEY
打开 config/chunk_upload.php
配置文件,并在 .env
添加相应配置项
Example 示例
启动项目,并访问路径:https://yourhosts/show-upload-example
本地文件上传示例
All versions of laravel-chunk-upload-oss with dependencies
PHP Build Version
Package Version
The package helingfeng/laravel-chunk-upload-oss contains the following files
Loading the files please wait ....