Hi Pro,
so to be clear, you want a browse on say one side of the page, and an image on the other.
Then as the user highlights a row in the browse the image displays?
Sort of what ABC calls a "hot field".
This is straight-forward to do, but there are some subtleties in play because of the way browsers do images.
I suggest we chat about this at this Thursday's webinar and I can show you the pieces you need to put together.
Hints: You'll have a form, withh 2 fields, the browse and the image.
On a row selection of the browse you'll reset the image control to a new _name_.
Then in web handler you'll "see" that name in _SendFile, and load the appropriate table row, and serve the blob.
Cheers
Bruce