
Simple Ajax Uploader (Ajax загрузка файлов на сервер)
skeeks/yii2-widget-simpleajaxuploader
Simple Ajax Uploader (Ajax загрузка файлов на сервер)
-
Семенов Александр
- /
- Archivos
- /
- hace 8 años
- /
- /
- 11039
- /
- 0
Tiempo de publicación: jueves, 25 de junio de 2015 (hace 8 años)
Creado por: Семенов Александр Сергеевич
Categoría: Archivos
Versión actual:
1 ene. 1970 3:00:00 (hace 53 años)
Packagist: skeeks/yii2-widget-simpleajaxuploader
: https://github.com/skeeks-semenov/yii2-widget-simpleajaxuploader
:
Tipo: Компонент
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 — 1 ene. 1970 3:00:00 (hace 53 años)
dev-release — 1 ene. 1970 3:00:00 (hace 53 años)
1.1.0 — 1 ene. 1970 3:00:00 (hace 53 años)
1.0.0 — 1 ene. 1970 3:00:00 (hace 53 años)
1.0.1 — 1 ene. 1970 3:00:00 (hace 53 años)
Стандартная установка:
Добавьте composer.json файл вашего проекта:
"skeeks/yii2-widget-simpleajaxuploader": "*"
Запустите обновление зависимостей
todos los comentarios (0)