Displaying 1 result from an estimated 1 matches for "p1010060_1".
2006 Aug 04
1
file_column issues on dreamhost
...mages storing into /public/images/user/...etc...
I also changed file_column_helper.rb to:
url << @request.relative_url_root.to_s << "/images/"
That should accomidate for the display url pointing to the new location.
When I look at the page source, i get:
<img alt="P1010060_1" src="/images/user/pic/9/P1010060_1.jpg?1154702505"
/> (P1010060_1.jpg IS the name of my image)
Looks to me like the html and path are ok. I have no problem displaying
anything in the root of the /images/ folder. But, if I try to go to
www.mydomain.com//images/user/pic/9/P1010...