Ruby on rails: Image downloads with Authentication/Authorization/Time outs
Posted
by ak1dnar
on Stack Overflow
See other posts from Stack Overflow
or by ak1dnar
Published on 2010-03-08T05:18:23Z
Indexed on
2010/03/08
5:21 UTC
Read the original article
Hit count: 1280
ruby-on-rails
|file-download
Hi Guys, I'm having few doubts on implementing file downloads. I'm creating an app where I use attachment_fu with Amazon s3 to upload files. Things are working pretty well so far on uploading side. Now its the time to start the file downloads. Here is what I need, a logged in user search and browse for Images and they should able to add the files in to a download basket (Let's say its a Download Shopping Cart). Finally the user should be able to download these file(s) from S3 probably as a zipped file.
Is there any plugin/gem where I can use for this?
© Stack Overflow or respective owner