Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have several images stored in the database in Binary format (BLOB) and need them to be displayed in a single view.

I know that you can load a single image from the database and display it using:

send_data (data, :type => filetype,
                 :filename => filename,
                 :disposition => 'inline')

I don't know how I could make it render more than one image at a time.

Any ideas?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.