spree_image_multi_upload

Allow Spree to upload multi product images at the same time


License
BSD-3-Clause
Install
gem install spree_image_multi_upload -v 1.0.0

Documentation

Spree Image Multi Upload

Allow Spree to upload multi product images at the same time

Requirements

Extension in master branch depends on Spree 2.3.x.

Installation

To use the last stable release of spree_image_multi_upload, add the following to your Gemfile:

gem 'spree_image_multi_upload', :git => 'git://github.com/huyngvu/spree_image_multi_upload.git'

Now bundle up with:

bundle install

Now you should be able to boot up your server with:

rails s