wdteam / yii2-webuploader
WebUploader是由Baidu WebFE(FEX)团队开发的一个简单的以HTML5为主,FLASH为辅的现代文件上传组件。
Installs: 66
Dependents: 0
Suggesters: 0
Security: 0
Stars: 11
Watchers: 8
Forks: 12
Open Issues: 0
Type:yii2-extension
Requires
- bower-asset/fex-webuploader: *
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2025-01-15 21:04:49 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(); ?>```