On Fri, 1 Dec 2000 18:01:40 -0500
Eric King <[EMAIL PROTECTED]> wrote:
>
> >Before I reinvent the wheel, has anyone written an image
> >server in Rebol yet?
>
> Could you be a bit more specific?
Sure.
img src=http://myisp.com/cgi-bin/image.r?imagename
either exists? imagename [
return image ]
[ grab image from database
store in current directory
return image
remove old images from current directory
]
--
Graham Chiu
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.