Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.69 KB

README.md

File metadata and controls

46 lines (33 loc) · 1.69 KB

Redmine jquery file upload plugin

Plugin for Redmine to more comfortable file upload.

Installation

Clone plugin's source code into /plugins application directory

git clone https://github.com/twinslash/redmine_jquery_file_upload.git

Install all required gems. For example

bundle install --no-deployment --without development test --path vendor/bundle #instead '--no-deployment --without development test --path vendor/bundle' put your specific options

Restart server.

Features

  • Upload multiple files at once.
  • Upload files by drag and drop from the desktop or file manager window.
  • Upload image from clipboard by pressing Ctrl + V.
  • File upload progress.
  • Common process info.
  • Make cropping clipboard image and put it to uploads.

Uninstall

Remove /redmine_jquery_file_upload directory from /plugins directory

cd redmine_application_path/plugins
rm -rf redmine_jquery_file_upload

Restart server.

Dependencies