An open API service indexing awesome lists of open source software.

https://github.com/thecodingmachine/html.widgets.jqueryfileupload

This package contains an upload widget based on the 'jQuery file upload' plugin. This allows easy uploading of files.
https://github.com/thecodingmachine/html.widgets.jqueryfileupload

Last synced: 9 months ago
JSON representation

This package contains an upload widget based on the 'jQuery file upload' plugin. This allows easy uploading of files.

Awesome Lists containing this project

README

          

html.widgets.jqueryfileuploadwidget
===================================

This package contains an upload widget based on [jQuery File Upload](http://blueimp.github.io/jQuery-File-Upload/). This allows easy uploading of files in your application.

The widget is a simple class implementing the [HtmlElementInterface](http://mouf-php.com/packages/mouf/html.htmlelement/README.md) interface.

We have added methods and features to integrate it in a Mouf package.

Installation guide
---------------------
You can take a look to the Installation guide [here](doc/install.md).

Tutorials
---------------------
You can take a look to the awesome tutorials [here](doc/tutorial.md).