kukrik / bootstrap-filecontrol
QCubed v4 plugin of FileControl
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:qcubed-library
Requires
- php: >=7.4
This package is auto-updated.
Last update: 2025-04-25 01:44:14 UTC
README
BsFileControl for QCubed v4
QCubed-4's standard FileControl upload class has been redesigned for the Bootstrap wrapper.
This standard upload look is now obsolete https://qcubed.eu/vendor/qcubed-4/application/assets/php/examples/other_controls/file_control.php. Should use a new look in the form of an upload button.
The Bootstrap 3.3.7 class is used here and the Blueimp upload button style classes are borrowed from https://blueimp.github.io/jQuery-File-Upload.
You can find different settings in filecontrol.php.
If you have not previously installed QCubed Bootstrap and twitter bootstrap, run the following actions on the command line of your main installation directory by Composer:
composer require twbs/bootstrap v3.3.7
and
composer require kukrik/bootstrap
composer require kukrik/bootstrap-filecontrol