Displaying 2 results from an estimated 2 matches for "johnnybutl".
2011 Jul 09
2
Zip files on Amazon s3 bucket
Ive recently moved my files to amazon S3 storage. There is some
functionality to allow an archive of files to be downloaded to a user
via delayed job. So basically a project may have 10 documents in 10
different folders in the s3 bucket. What i need to do is zip the
files up into one zip file and then send the user a link to download
them. Im using https://github.com/qoobaa/s3 and paperclip to
2011 Oct 10
2
nested attributes question
Hi,
I have a product that has many photos, so when creating a new product
the user can upload as many photos as they want. This all works fine
using nested attributes for. I want the user to be able to set one of
the photos as the default/primary photo, so i have played around with
using a radio button to decide which photo to select as the default
but i cant seem to figure out how to save this