Extension CKAN File Uploader UI


Extension Basics

Title
CKAN File Uploader UI
Name
ckanext-file_uploader_ui
Type
Public extension
Description
CKAN extension to enhance the file upload UI with multiple file upload and drag & drop support.
CKAN versions
Download-Url (zip)
Last commit
7 years ago (2018-10-17 14:25:43)
Url to repo
Category
Content Management


Background Infos

Description (long)
Show details

ckanext-file_uploader_ui

Enhances the CKAN file uploading UI with the following features:

  • Upload multiple files at once
  • Drag & Drop files

Requirements

  • CKAN >= 2.8.1

Installation

pip install ckanext-file_uploader_ui

Or install from source:

git clone https://github.com/OriHoch/ckanext-file_uploader_ui.git
cd ckanext-file_uploader_ui
python setup.py develop

Add file_uploader_ui to the ckan.plugins setting in your CKAN config file.

Optionally, if using xloader, install a compatible version:

pip install -U https://github.com/OriHoch/ckanext-xloader/archive/support-modifying-download-request.zip#egg=ckanext-xloader

Translations

Translations managed via Transifex.

License

AGPL-3.0

Info

v0.1.4. 0 stars, 3 forks. JavaScript 71.5%, Python 10.8%, CSS 7.5%, HTML 7.4%.

Version
0.1.4
Version release date
2018-01-01
Contact name
OriHoch
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

Enhances file upload UI with multi-file upload and drag & drop. CKAN 2.8.1+ required. Optional xloader compatibility patch. Translations via Transifex. AGPL-3.0 license. 0 stars, 3 forks.

Plugins to configure (ckan.ini)
file_uploader_ui
CKAN Settings (ckan.ini)
DB migration to be executed
(not set)
<< back to Extensions