Skip to content

A lightweight and very configurable jQuery plugin for file uploading using ajax(a sync); includes support for queues, progress tracking and drag and drop.

License

Notifications You must be signed in to change notification settings

danielm/uploader

Repository files navigation

JQuery File Uploader

A jQuery plugin for file uploading using ajax(a sync); includes support for queues, progress tracking and drag and drop. Very configurable and easy to adapt to any Frontend design, and very easy to work along side any backend logic.

The focus will be modern browsers, but also providing a method to know when the plugin is not supported. The idea is to keep it simple and lightweight, no need to add hacky code to unnecessary features for the web we have nowadays.

Basic Javascript knowledge is necesary to setup this plugin: how to set parameters, callbacks, etc.

  • Lightweight: ~8.00 KB
  • Dependencies: just jQuery!
  • License: MIT

Demos

As example here are a couple configurations you can use as example: https://danielmg.org/demo/java-script/uploader

Table of contents

Installation

NPM

...

Bower

...

Zip package

...

Git

...

Usage

..

Markup

..

Initialization

..

Options

..

Callbacks

..