http://www.symfony-project.org/forum/index.php?t=msg&goto=18574
I managed to get all the image binaries stored into a database along with the file info after following through the db_store files.
Now I am having a problem of display all the images on one screen. I try to execute the serve method in a foreach() but all i get is the binary information not the image.?
Is it a constraint on using the serve in a foreach().
one more thing, I kept the serve() and getImage() function in a class known as ProfilePhotoFileInfo and I believe I cant get the image displayed since I cant set addHttpMeta for it in the class. Is there a way for me to addHttpMeta in ProfilePhotoFileInfo class?