Hi,

I have a webpage that lets the user upload an image. This is the posted to a perl script as a form var. The data is stored in SQL 2005 (as the new image object).

I now need to get it back out from SQL and display it in an HTML page being generated by perl.

I can read the data back in, but can't get it to display. (typically it justs says [Object] ) when I refere to the perl variable.

...