Date:  12/08/2009 02:46:36 PM Msg ID:  004073
From:  Ali Koumaiha Thread:  004073
Subject:  captcha image
i was able to use GDI+ to create an random bmp image in my vfp class.

however, how do i stream the image on the page without actually storing the image on the web server's drive?

<img src="source.jpg">

and at the bottom of the fwx, i erase the file, however, the image doesn't show if i erase it.

if i don't erase it, then, its there..

what i am doing now, is i have a running process (scheduled) to delete images that are older than 1 hour...

but, that's alot of reading/writing/deleting