mouf / html.widgets.fileuploaderwidget
This package contains an upload widget based on File Uploader plugin. This allows easy uploading of files in AJAX or HTML5.
Installs: 20 500
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 3
Open Issues: 5
Type:mouf-library
Requires
- php: >=5.3.0
- mouf/html.htmlelement: >=2.0-dev,<3.0
- mouf/javascript.fileuploader: >=2.0-dev,<3.0
- mouf/utils.common.getvars: >=2.0,<3.0
- mouf/utils.session.session-manager: >=2.0-dev,<4.0
This package is auto-updated.
Last update: 2024-10-18 15:34:05 UTC
README
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.
Tutorials
You can take a look to the awesome tutorials here.