
Simple Ajax Uploader (Ajax загрузка файлов на сервер)
skeeks/yii2-widget-simpleajaxuploader
Simple Ajax Uploader (Ajax загрузка файлов на сервер)
-
Семенов Александр
- /
- Fichiers
- /
- il y a 8 ans
- /
- /
- 11078
- /
- 0
Heure de publication: jeudi 25 juin 2015 (il y a 8 ans)
Créé par: Семенов Александр Сергеевич
Catégorie: Fichiers
Version actuelle:
1 janv. 1970 à 03:00:00 (il y a 53 ans)
Packagist: skeeks/yii2-widget-simpleajaxuploader
: https://github.com/skeeks-semenov/yii2-widget-simpleajaxuploader
:
Type: Компонент
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 janv. 1970 à 03:00:00 (il y a 53 ans)
dev-release — 1 janv. 1970 à 03:00:00 (il y a 53 ans)
1.1.0 — 1 janv. 1970 à 03:00:00 (il y a 53 ans)
1.0.1 — 1 janv. 1970 à 03:00:00 (il y a 53 ans)
1.0.0 — 1 janv. 1970 à 03:00:00 (il y a 53 ans)
Стандартная установка:
Добавьте composer.json файл вашего проекта:
"skeeks/yii2-widget-simpleajaxuploader": "*"
Запустите обновление зависимостей
Tous les commentaires (0)