WebUploader是一个简单的以Html5为主,Flas
Webuploader
WebUploader是一个简单的以Html5为主,Flash为辅的现代文件上传组件。在现代的浏览器里面能充分发挥html5的优势,同时又不摒弃主流IE浏览器,延用原来的Flash运行时。两套运行时,同样的调用方式,可供用户任意选用。WebUploader采用大文件分片并发上传,极大的提高了文件上传效率。
InstallationThe preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist iisns/yii2-webuploader "*"
or add
"iisns/yii2-webuploader": "*"
to the require section of your composer.json
file.
Once the extension is installed, simply use it in your code by :
#图片裁剪上传
为了能够预览它,需要在你想要预览的地方放下如下代码:
<div class="fileupload fileupload-new">
<div class="img-preview"></div>
</div>
在你想要出现“选择文件”的地方,放下如下代码:
<?= \iisns\webuploader\Cropper::widget() ?>
#多图上传
<?= \iisns\webuploader\MultiImage::widget() ?>
更多信息
http://fex.baidu.com/webuploader/
版权声明:
1、该文章(资料)来源于互联网公开信息,我方只是对该内容做点评,所分享的下载地址为原作者公开地址。2、网站不提供资料下载,如需下载请到原作者页面进行下载。