Download all image or create zip file of all uploads from the gallary contained uploads
Posted
by Arpit Vaishnav
on Stack Overflow
See other posts from Stack Overflow
or by Arpit Vaishnav
Published on 2010-03-08T10:55:44Z
Indexed on
2010/03/08
11:06 UTC
Read the original article
Hit count: 340
ruby-on-rails
I am on the photo sharing site , and i want to give functionality to download all the images available in the gallery ,, I have taken gallery in a relation where i can get all the iamges by @gallery.uploads ,
Now what i want is to download this all files , or if its possible to create any zipfile so that we can download that one file containing uploads inside the gallery ,
thanks
© Stack Overflow or respective owner