Simple Ajax Uploader (Ajax загрузка файлов на сервер)

Simple Ajax Uploader (Ajax загрузка файлов на сервер)

skeeks/yii2-widget-simpleajaxuploader

Installer Démo

Simple Ajax Uploader (Ajax загрузка файлов на сервер)

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" => ""
      ]
 });
?>

skeeks!
Web development has never been so fun!
www.skeeks.com


Tous les commentaires (0)
Sans commentaires

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": "*"

Запустите обновление зависимостей


Читать про обнолвение SkeekS CMS