Take a look at the "Returning Non-HTML Content" section of the
Returning Content to the Browser page in the FoxWeb documentation. It covers exactly what you need.
FoxWeb Support Team
support@foxweb.com email |
Sent by Ali Koumaiha on 12/08/2009 02:46:36 PM:
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