wdteam/yii2-webuploader

WebUploader是由Baidu WebFE(FEX)团队开发的一个简单的以HTML5为主,FLASH为辅的现代文件上传组件。

Maintainers

Package info

github.com/WDTeam/yii2-webuploader

Issues

Type:yii2-extension

pkg:composer/wdteam/yii2-webuploader

Statistics

Installs: 66

Dependents: 0

Suggesters: 0

Stars: 11

dev-master 2016-07-28 08:22 UTC

This package is auto-updated.

Last update: 2026-03-15 23:33:59 UTC


README

WebUploader是由Baidu WebFE(FEX)团队开发的一个简单的以HTML5为主,FLASH为辅的现代文件上传组件。

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist wdteam/yii2-webuploader "*"

or add

"wdteam/yii2-webuploader": "*"

to the require section of your composer.json file.

Usage

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

<?= \wdteam\webuploader\Webuploader::widget(); ?>```