Displaying 1 result from an estimated 1 matches for "dsc_1146_small".
2006 Jul 13
0
file_column
...e, displaying images should go like this:
<%= image_tag url_for_file_column("entry", "image") %>
However, instead of the image, the alt tag is shown, when looking at the
source, a "?" shows up behind the url that shouldn''t be there:
<img alt="Dsc_1146_small" src="/picture/image/development/41/DSC_1146_small.jpg?">
Any idea why it''s doing that?
My second question.. how do I extract the filename (+extension) from the url after uploading it with file_column?
I saw a couple methods before, but I imagine there''s a fast...