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

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

This package contains an upload widget based on File Uploader plugin. This allows easy uploading of files in AJAX or HTML5.
https://github.com/thecodingmachine/html.widgets.fileuploaderwidget

Last synced: 6 months ago
JSON representation

This package contains an upload widget based on File Uploader plugin. This allows easy uploading of files in AJAX or HTML5.

Awesome Lists containing this project

README

          

html.widgets.fileuploaderwidget
===============================

This package contains an upload widget based on File Uploader plugin. This allows easy uploading of files in AJAX or HTML5.

The widget file upload package will help you to send a file on your server.

The file upload can be replace the input file element. The base is develop by Valums https://github.com/valums/file-uploader.
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).