dev-master
9999999-devFilepicker app for the Elefant CMS
MIT
The Requires
file app upload cms filepicker elefant
1.0
1.0.0.0Filepicker app for the Elefant CMS
MIT
The Requires
file app upload cms filepicker elefant
Filepicker app for the Elefant CMS
This is a simple Filepicker.io app for the Elefant CMS., (*1)
Usage:, (*2)
1. Install the app into your apps folder:, (*3)
git clone git@github.com:jbroadway/filepicker.git apps/filepicker
2. Add your API key to apps/filepicker/conf/config.php
., (*4)
3. Create an upload field in your handlers or views:, (*5)
{! filepicker/my_field_name?mimetypes=image/* !}
To enable drag & drop, use:, (*6)
{! filepicker/my_field_name?dragdrop=1 !}
Or from any handler, use:, (*7)
echo $this->run ('filepicker/my_field_name', array ( 'mimetypes' => 'image/*', 'option-services' => 'COMPUTER,DROPBOX,GOOGLE_DRIVE,URL', 'dragdrop' => true, 'onchange' => 'console.log(event)' ));
Note that you can skip the
data-fp-
prefix on option names., (*8)
See here for all available options:, (*9)
https://developers.filepicker.io/docs/web/#widgets-open, (*10)
Filepicker app for the Elefant CMS
MIT
file app upload cms filepicker elefant
Filepicker app for the Elefant CMS
MIT
file app upload cms filepicker elefant