I use the adres to the picture but dunno if thats gonna work for u..
for me I use something like <img src='path/to/pic/'> and place that in varchar. U can do the same but thry something like save the filename in the database and then always
make in loop
print "<img src='path/to/img/";
print $filename;
print "'>";
or something hope this helps
Fire