
Simple Ajax Uploader (Ajax загрузка файлов на сервер)
skeeks/yii2-widget-simpleajaxuploader
Simple Ajax Uploader (Ajax загрузка файлов на сервер)
-
Семенов Александр
- /
- Files
- /
- 8 years ago
- /
- /
- 11040
- /
- 0
Publication time: Thursday, June 25, 2015 (8 years ago)
Created by: Семенов Александр Сергеевич
Category: Files
Current version:
Jan 1, 1970, 3:00:00 AM (53 years ago)
Packagist: skeeks/yii2-widget-simpleajaxuploader
: https://github.com/skeeks-semenov/yii2-widget-simpleajaxuploader
:
Type of: Компонент
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 — Jan 1, 1970, 3:00:00 AM (53 years ago)
dev-release — Jan 1, 1970, 3:00:00 AM (53 years ago)
1.1.0 — Jan 1, 1970, 3:00:00 AM (53 years ago)
1.0.0 — Jan 1, 1970, 3:00:00 AM (53 years ago)
1.0.1 — Jan 1, 1970, 3:00:00 AM (53 years ago)
Стандартная установка:
Добавьте composer.json файл вашего проекта:
"skeeks/yii2-widget-simpleajaxuploader": "*"
Запустите обновление зависимостей
All Comments (0)