Plugin for Redmine to more comfortable file upload.
- Maintainer: Dmitry Kovalenok, Hirurg103
- Contact: Report questions, bugs or feature requests on the IssueTracker or get in touch with me at [email protected]
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.
- 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.
Remove /redmine_jquery_file_upload directory from /plugins directory
cd redmine_application_path/plugins
rm -rf redmine_jquery_file_upload
Restart server.
- This plugin successfully integrated with clipboard_image_paste plugin for Redmine. Thanks to Richard Pecl for the well commented code plugin.
- Used jQueryFileUpload javascript plugin.