Hi All
I am able to upload images but when I add the code to my view.rhtml
<%= image_tag url_for_file_column("myimage", "image1",
"medium" ) %>
I dont get the image displayed; the reason being some extra numbers are
added to the image file name.
For example when I loaded intro_image.jpeg; it has the right file name
in the database table.
When I check the view source on my displayed page, I see that it has the
following for the image file
/mypath/intro_image-medium.jpeg?1151742564
see the 1151742564 after the question mark; I think that is the problem
any help is appreciated
thanks
--
Posted via http://www.ruby-forum.com/.