Displaying 3 results from an estimated 3 matches for "photo_file_name_for".
2006 Jun 06
9
How to protect images from public?
Hi,
I''m trying to figure out the best way to protect images uploaded by
users who may wish to keep them private.
For example, if they are uploaded in the default file_column location
(/public/blah/blah/1/) then someone can simply type the URL
http://www.blah.com/blah/blah/1 and get the image.
I can store the images in a non-public directory in the rails app (ie:
/railsapp/images/X/)
2006 Apr 23
2
file_column and Thumbnails
I see that the SVN version of the excellent file_column plug-in can create
thumbnails using the url_for_image_column helper.
This uses Rmagick to create the thumbnail... Quick question...
Let''s say the file is a TIFF image - can the helper create a JPG version of
the thumbnail for display in the browser?
Curious if the plug-in can handle that transform with some creative use of
the
2006 Mar 29
1
send_file is behaving strange
Hi all,
I am using send_file("/path/to/my/file")to send a file from the
server to a client. The file is not empty but when displayed on the
client, it is totally blank. In windows system, it''s working properly,
the problem is only with a linux server
--
Posted via http://www.ruby-forum.com/.