On Sat, Aug 22, 2015 at 11:46:42AM +0200, Ragesh R. wrote:

Hey there,

> I want to protect certain images from download. Only authorized users
> would be able to download them.
> 
> As I upload images with Carrierwave, they are stored inside
> public/uploads/image. Users can download them via urls.
> 
> How can I protect images inside image folder so anonymous users can't
> access them?
> I know I can make before_action which wont allow anonymous user to
> download it via download link but the image is still accessible if the
> user knows path to the folder where are images stored.

Did you try any of the options listed in the documentation? If not, have
a look at

    
https://github.com/carrierwaveuploader/carrierwave/wiki/how-to:-secure-upload

-- 
Sincerely,
Bjorn Michelsen

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/20150822183231.GA57496%40snowflake.lan.
For more options, visit https://groups.google.com/d/optout.

Reply via email to