2010/1/11 Newb Newb <[email protected]>: >... > <img src="MyCaptures/some_image.png"> > the actual path that comes up in the address bar when > click on the link is below > controller_name/open_file/path/to/some/file
I have not studied the whole thread carefully but just looking at your link, that will expect to find a MyCaptures route. If the image is in a subfolder of public (which would be normal) then you need <img src="/MyCaptures/some_image.png">. Then it will expect the image to be in public/MyCaptures. Sorry if I have got the wrong end of the stick. Colin
-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

