n0ne / Rails-Carrierwave-jQuery-File-Upload

Rails 3.2.3 + Carrierwave + jQuery-File-Upload
104 stars 37 forks source link

Added functionality to drag (upload) images before the gallery is first saved #3

Closed dlehman closed 11 years ago

dlehman commented 11 years ago

I wanted to be able to add images to a new gallery before it had been saved the first time.

A unique token (GUID) is generated for the new gallery, and added to each image as it is uploaded/saved. When the gallery is saved, it finds any images with the same token, and adds them as children.