Skip to content

An very simple running example saving images by dragging and dropping (with carrierwave and jquery)

Notifications You must be signed in to change notification settings

diegopolido/upload_images_carrierwave_dropzone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

An very simple working example saving images by dragging and dropping (with carrierwave and jquery)

How to run:

$ git clone [email protected]:diegopolido/upload_images_carrierwave_dropzone.git
$ cd upload_images_carrierwave_dropzone
$ bundle install
$ bundle exec rake db:create
$ bundle exec rake db:migrate
$ rails s

Now go to http://localhost:3000/posts, save a post with a name (optionally save with a first image) and then on show view, drag images on drop area

About

An very simple running example saving images by dragging and dropping (with carrierwave and jquery)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published