
Simple Ajax Uploader (Ajax загрузка файлов на сервер)
skeeks/yii2-widget-simpleajaxuploader
Simple Ajax Uploader (Ajax загрузка файлов на сервер)
-
Семенов Александр
- /
- Dateien
- /
- vor 8 Jahren
- /
- /
- 11070
- /
- 0
Veröffentlichungszeit: Donnerstag, 25. Juni 2015 (vor 8 Jahren)
Erstellt von: Семенов Александр Сергеевич
Kategorie: Dateien
Aktuelle Version:
01.01.1970, 03:00:00 (vor 53 Jahren)
Packagist: skeeks/yii2-widget-simpleajaxuploader
: https://github.com/skeeks-semenov/yii2-widget-simpleajaxuploader
:
Typ: Компонент
Simple Ajax Uploader (Ajax загрузка файлов на сервер)
A Javascript plugin for cross-browser Ajax file uploading. Supports multiple file uploading with progress bars.
Javascript plugin for cross-browser Ajax file uploading with progress bar support. Works in all major browsers, including IE7+, Chrome, Firefox, Safari, and Opera. No dependencies - use it with or without jQuery.
Installation
The preferred way to install this extension is through composer. Full api https://www.lpology.com/code/ajaxuploader/docs.php Either run
php composer.phar require --prefer-dist skeeks/yii2-widget-simpleajaxuploader "*"
or add
"skeeks/yii2-widget-simpleajaxuploader": "*"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
<?php
namespace bla\bla;
use skeeks\widget\simpleajaxuploader\Widget;
echo Widget::widget({
"clientOptions" =>
[
"name" => ""
]
});
?>
Web development has never been so fun!
www.skeeks.com
dev-master — 01.01.1970, 03:00:00 (vor 53 Jahren)
dev-release — 01.01.1970, 03:00:00 (vor 53 Jahren)
1.1.0 — 01.01.1970, 03:00:00 (vor 53 Jahren)
1.0.1 — 01.01.1970, 03:00:00 (vor 53 Jahren)
1.0.0 — 01.01.1970, 03:00:00 (vor 53 Jahren)
Стандартная установка:
Добавьте composer.json файл вашего проекта:
"skeeks/yii2-widget-simpleajaxuploader": "*"
Запустите обновление зависимостей
Alle Kommentare (0)