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.
- Host: GitHub
- URL: https://github.com/thecodingmachine/html.widgets.jqueryfileupload
- Owner: thecodingmachine
- Created: 2014-03-20T13:49:35.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2021-10-25T16:17:24.000Z (about 4 years ago)
- Last Synced: 2025-04-11T18:59:48.492Z (10 months ago)
- Language: PHP
- Size: 296 KB
- Stars: 1
- Watchers: 13
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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).