Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 719 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 719 Bytes

Uppy 模块化文件上传组件

Uppy.js 是一个流行的模块化文件上传组件,可无缝集成任何框架。它可从本地磁盘、Google 云端硬盘、Dropbox、Instagram、远程 URL、摄像机和其他位置提取文件,然后将其上传到最终目的地。它非常快速并且易于使用。

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist bestyii/yii2-uppy "*"

or add

"bestyii/yii2-uppy": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :