No commit activity in last 3 years
No release in over 3 years
Allow Spree to upload multi product images at the same time
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

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